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

Add "if-else" support #11

@sanket143

Description

@sanket143
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions