Age | Commit message (Expand) | Author |
2025-05-31 | add ability to specify int type as extension | A404M |
2025-05-26 | add shift | A404M |
2025-05-23 | add way to call C functions | A404M |
2025-05-11 | added comptime keyword to variables | A404M |
2025-05-11 | some clean ups | A404M |
2025-05-07 | fix bugs in dereference and address and logs | A404M |
2025-04-27 | add operator overloading | A404M |
2025-04-26 | add better support for builtin | A404M |
2025-04-26 | some small changes | A404M |
2025-04-26 | clean up | A404M |
2025-04-25 | add better time printing | A404M |
2025-04-25 | move time to utils | A404M |
2025-04-24 | fix space checking in lexer | A404M |
2025-04-24 | fixing some bugs | A404M |
2025-04-24 | add @import | A404M |
2025-04-23 | prepairing stuff for import in codes | A404M |
2025-04-15 | add string | A404M |
2025-04-09 | convert assert to static_assert for no unnecesary runtime overhead | A404M |
2025-04-08 | determine if f16 is supported at comptile time | A404M |
2025-04-08 | add support for tcc | A404M |
2025-04-04 | arg names are in function types now | A404M |
2025-02-23 | add more support for types | A404M |
2025-02-23 | fix bugs in float types | A404M |
2025-02-18 | add f16 f32 f64 f128 | A404M |
2025-02-13 | add i8 u8 i16 u16 i32 u32 | A404M |
2025-02-11 | add unary + - | A404M |
2025-02-10 | fix double free of code | A404M |
2025-02-09 | fix leaks | A404M |
2025-02-09 | fix some memory leak | A404M |
2025-02-08 | better errors | A404M |
2025-02-08 | add const check | A404M |
2025-02-07 | add plus | A404M |
2025-01-30 | added assign operator | A404M |
2025-01-30 | added global variables (not constants) | A404M |
2025-01-27 | add print_u64 to be able to print u64 numbers | A404M |
2025-01-18 | initial commit | A404M |