remoo69 / Compiler-Sheesh

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

Invalid delim for ) #37

Closed jldav1d closed 2 weeks ago

jldav1d commented 4 weeks ago

From New Test Cases

Expected: No Error Code:

sheesh(){
    whole x = 10#
    x += 1.1#
    x = seq_w[id()]#
}

Error Message Can't Parse, Resolve Lexical Errors: Line 4, Token 7: Invalid Delimiter for Symbol ')', '[]]', expected ['+', '-', '*', '/', '%', '<', '>', '!', '=', '!', '|', '&', ',', ' ', '#', ')', '}', '{', ':']

remoo69 commented 2 weeks ago

fixed by a previous issue

image