remoo69 / Compiler-Sheesh

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

Unexpected ( at line 2, expected sheesh #9

Closed jldav1d closed 1 month ago

jldav1d commented 2 months ago

Expected: NO ERROR

CODE:```

whole add()#

sheesh(){
    whole result = add(3, 4)#
    up(""Result: %d\n"", result)#

}

whole add(whole a, whole b) {
    yeet a + b#
}"
remoo69 commented 2 months ago

wala ata sa cfg yug () sa add?

jldav1d commented 2 months ago

function prototype yang add

remoo69 commented 2 months ago

image

but crashes with original input (two double-quotes)