summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)Author
5 daysmove time to utilsA404M
5 daysfix space checking in lexerA404M
some small improvements
5 daysfixing some bugsA404M
6 daysadd @importA404M
7 daysprepairing stuff for import in codesA404M
2025-04-15add stringA404M
2025-04-09convert assert to static_assert for no unnecesary runtime overheadA404M
2025-04-08determine if f16 is supported at comptile timeA404M
2025-04-08add support for tccA404M
2025-04-04arg names are in function types nowA404M
2025-02-23add more support for typesA404M
2025-02-23fix bugs in float typesA404M
2025-02-18add f16 f32 f64 f128A404M
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