Commits


better pretty-print for funcalls


create correct string literals


improve aritiy checking and better error in case of mismatch


misc improvements


improve error message on invalid expr. for const


rename


compat for memmem


fix val_eq for casted integer


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.


lowercase cast error messages


fix casting check: 255 is a valid u8!


fix the casting in global_set


allow casts in global vars


sync


allow blanks inside blocks