remoo69 / Compiler-Sheesh

Compiler for the self-developed language Sheesh#.
MIT License
2 stars 1 forks source link

Problem with Error: Unexpected kung at line 2, expected sus #15

Closed jldav1d closed 1 month ago

jldav1d commented 2 months ago

Expected: No Error

Feel ko sa pag parse na to ng <condition> non-terminal for kung at ehkung

sheesh(){
    kung(x>5){
        up("$w is greater than 5",x)#
    } 
    deins{
        up("$w is less than 5",x)#
    }
}
remoo69 commented 2 months ago

checking rn