remoo69 / Compiler-Sheesh

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

type mismatch in up statement #51

Open jldav1d opened 2 weeks ago

jldav1d commented 2 weeks ago

Issues:

Example Code:

sheesh(){
    whole a = 2#
    up("$w", a)#   
}
sheesh(){
    up("$w $w $w $w")#
}
sheesh(){
    up("$w $w $w", 1)#
}

All the code above does not result in any expected semantic error.

remoo69 commented 1 week ago

noted

remoo69 commented 1 week ago

image