remoo69 / Compiler-Sheesh

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

Incorrect Error: Unexpected Identifier at line 1, expected sheesh #13

Closed jldav1d closed 2 months ago

jldav1d commented 2 months ago

Expected: No error

based dec shee = 2.3#

sheesh(){
    up("Value of shee: $d\n", shee)#
}
remoo69 commented 2 months ago

image