Commit Briefs

Omar Polo

fix val_eq for casted integer


Omar Polo

handle numbers and casts better

now u8, u16 and u32 are stored in a respective field in the struct and "untagged" numbers are a plain int64_t.


Omar Polo

lowercase cast error messages



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