summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)Author
2025-02-13add i8 u8 i16 u16 i32 u32A404M
add overflow warning
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
some clean up
2025-02-09fix leaksA404M
fix printError
2025-02-09fix some memory leakA404M
2025-02-08better errorsA404M
2025-02-08add const checkA404M
fix some bugs
2025-02-07add plusA404M
trying to add return
2025-01-30added assign operatorA404M
2025-01-30added global variables (not constants)A404M
2025-01-27add print_u64 to be able to print u64 numbersA404M
2025-01-18initial commitA404M