aboutsummaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)Author
9 daysadd ability to specify int type as extensionA404M
14 daysadd shiftA404M
2025-05-23add way to call C functionsA404M
2025-05-11added comptime keyword to variablesA404M
2025-05-11some clean upsA404M
2025-05-07fix bugs in dereference and address and logsA404M
2025-04-27add operator overloadingA404M
2025-04-26add better support for builtinA404M
2025-04-26some small changesA404M
2025-04-26clean upA404M
2025-04-25add better time printingA404M
2025-04-25move time to utilsA404M
2025-04-24fix space checking in lexerA404M
some small improvements
2025-04-24fixing some bugsA404M
2025-04-24add @importA404M
2025-04-23prepairing 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