Commit Briefs

Omar Polo

make the compiler happy


Omar Polo

add special `vargs' keyword


Omar Polo

support hex number like 0x80


Omar Polo

fix casts for variables





Omar Polo

add field access


Omar Polo

add OP_REST for rest arguments




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

correctly parse casts