Commit Briefs

Omar Polo

fix the casting in global_set


Omar Polo

allow casts in global vars


Omar Polo

sync


Omar Polo

allow blanks inside blocks


Omar Polo

add multiple-assert back

and while there fix a shift-reduce conflict on '\n' in const rule


Omar Polo

add multiline consts

now it's possible to do also things like const ( one = 1 two = 2 ... ) instead of const one = 1 const two = 2 ...



Omar Polo

add a mean to debug yylex




Omar Polo

set argc on builtins


Omar Polo

change how nativefns are called

nativefn (aka built-ins) now gets their arguments on the stack, while script procedures still gets them as variables.


Omar Polo

correctly parse casts


Omar Polo

sort elements in lookup


Omar Polo

delete unused `nl' rule