Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Add "if-else" support #11

Open
sanket143 opened this issue May 21, 2019 · 0 comments
Open

Add "if-else" support #11

sanket143 opened this issue May 21, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sanket143
Copy link
Owner

sanket143 commented May 21, 2019

a = 2;
b = 2;
if(a == b){
    println("a and b are equal");
} else {
    println("a and b are not equal");
}

I have no idea how we could frame bison grammar to perform instruction execution conditionally.

@sanket143 sanket143 added enhancement New feature or request help wanted Extra attention is needed labels May 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant