Commit Briefs

Omar Polo

bump stack height (just in case)


Omar Polo

playing with the new print



Omar Polo

fix how arguments are evaluated before funcall

the args are a linked list, not an array!


Omar Polo

better pretty-print for funcalls


Omar Polo

create correct string literals



Omar Polo

misc improvements



Omar Polo

rename


Omar Polo

compat for memmem


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