summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.c
AgeCommit message (Expand)Author
3 daysadd @isComptime to determine if code is running in comptime or notA404M
3 daysadd better support for builtinA404M
3 dayssome clean upA404M
4 daysclean upA404M
4 daysadd better time printingA404M
5 dayssome clean upsA404M
5 daysfix space checking in lexerA404M
5 daysadd code typeA404M
14 daysadd stringA404M
2025-04-14add arraysA404M
2025-04-09add builtins (cast)A404M
2025-04-09add logical and or notA404M
2025-04-09changed the way of parsing order finding to speed it upA404M
2025-04-09add support for future string-like nodes in lexerA404M
2025-04-09add putc keyword to print charA404M
2025-04-08add charactersA404M
2025-04-08add support for tccA404M
2025-04-05working on access operatorA404M
2025-04-04add undefined and fix some struct stuffA404M
2025-04-04first stuff to have a structA404M
2025-03-27add dereferencingA404M
2025-03-26add address operatorA404M
2025-03-25add pointer typeA404M
2025-03-20made tests auto generatedA404M
2025-02-24add comptime conceptA404M
2025-02-23fix bugs in float typesA404M
2025-02-23clean upA404M
2025-02-23add += -= *= /= %=A404M
2025-02-23fix < >= operator bugA404M
2025-02-18add whileA404M
2025-02-18add f16 f32 f64 f128A404M
2025-02-13add i8 u8 i16 u16 i32 u32A404M
2025-02-13some clean upA404M
2025-02-13add == != > >= < <=A404M
2025-02-13add i64A404M
2025-02-12enhanced if with elseA404M
2025-02-12add ifA404M
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
2025-02-10add - * / %A404M
2025-02-09fix leaksA404M
2025-02-08add boolA404M
2025-02-08better errorsA404M
2025-02-08formatA404M
2025-02-07add plusA404M
2025-01-30added global variables (not constants)A404M
2025-01-28clean syntax to not allowing variable definition else whereA404M
2025-01-28added constant valuesA404M
2025-01-27clean upA404M
2025-01-27add print_u64 to be able to print u64 numbersA404M