remoo69 / Compiler-Sheesh

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

parsing issue when there is no closing parenthesis or square bracket #29

Closed jldav1d closed 1 month ago

jldav1d commented 1 month ago

Expected: Error no closing parenthesis Actual: No Syntax Error

Sample code:

sheesh(){
    whole x = (10#
    whole n = (id(#
    whole i = id[ #
}
remoo69 commented 1 month ago

image unenforced pala yung )

jldav1d commented 1 month ago

naysu