summaryrefslogtreecommitdiff
path: root/src/compiler/parser.c
AgeCommit message (Collapse)Author
3 daysadd @isComptime to determine if code is running in comptime or notA404M
3 daysadd better support for builtinA404M
4 daysclean upA404M
4 daysadd better time printingA404M
5 daysmake stuff much optimizedA404M
5 dayssome clean upsA404M
5 daysadd code typeA404M
6 daysprepairing more for importingA404M
11 daysfix string length bugA404M
2025-04-15add 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 escape charactersA404M
2025-04-09add putc keyword to print charA404M
remove print_u64
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-04-04returning functions now workA404M
2025-04-01some clearficationA404M
2025-03-29fix bug in conditionsA404M
2025-03-29fix segfaultsA404M
2025-03-29convert int value metadata to pointer for unified styleA404M
2025-03-27fix memory leakA404M
2025-03-27fix bug in multiple dereferenceA404M
2025-03-27add dereferencingA404M
2025-03-26add address operatorA404M
2025-03-26fix null double freeA404M
2025-03-25add pointer typeA404M
2025-03-22some reorderingA404M
2025-03-20added named paramtersA404M
2025-03-18fixed multi depth dependenciesA404M
2025-02-24add comptime conceptA404M
2025-02-23fix bugs in float typesA404M
2025-02-23fix some bugsA404M
2025-02-23clean upA404M
2025-02-23fix inline ifA404M
2025-02-23add += -= *= /= %=A404M
2025-02-22cleaning stuff and maybe cause some speed upA404M
2025-02-21add a lot of goodies in typesA404M
2025-02-21add type def as variableA404M
fix some memory leaks
2025-02-18add whileA404M
fix some memory leaks
2025-02-18add f16 f32 f64 f128A404M
2025-02-13add i8 u8 i16 u16 i32 u32A404M
add overflow warning
2025-02-13some clean upA404M
2025-02-13add == != > >= < <=A404M
2025-02-13add i64A404M