Commit Briefs

3e23847c5a Omar Polo

better pretty-print for funcalls


dcb493d24f Omar Polo

create correct string literals



3d1d2398a3 Omar Polo

misc improvements


a3097d05bb Omar Polo

improve error message on invalid expr. for const


2e261d49a4 Omar Polo

rename


f5299d1025 Omar Polo

compat for memmem


309658f3b3 Omar Polo

fix val_eq for casted integer


ae3939af3a 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.


04a9c38f80 Omar Polo

lowercase cast error messages


c7570a7d22 Omar Polo

fix casting check: 255 is a valid u8!


3a74f37a76 Omar Polo

fix the casting in global_set


e599ffc44d Omar Polo

allow casts in global vars


8eb3abec5b Omar Polo

sync


d7be3bcc5b Omar Polo

allow blanks inside blocks