summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-11add @typeOfA404M
2025-04-11fix recursive after function overloadingA404M
2025-04-11clean upA404M
2025-04-11more function overloading supportA404M
2025-04-11fix bugs in function overloadingA404M
2025-04-11implement function overloadingA404M
2025-04-10fix bug in builtinA404M
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 escape charactersA404M
2025-04-09add better support for debugging compilerA404M
2025-04-09add putc keyword to print charA404M
2025-04-09convert assert to static_assert for no unnecesary runtime overheadA404M
2025-04-08add charactersA404M
2025-04-08determine if f16 is supported at comptile timeA404M
2025-04-08add support for tccA404M
2025-04-07add comptime globalA404M
2025-04-07speed improvementsA404M
2025-04-07add a way to make generic structsA404M
2025-04-07add more type stuffA404M
2025-04-07fix type checkingA404M
2025-04-07add struct + struct values + access by dotA404M
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-04add reassignable functions in function scopes (reassignable lambdas)A404M
2025-04-04arg names are in function types nowA404M
2025-04-01trying to fix functions as argument and more dynamically callingA404M
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 left value dereferenceA404M
2025-03-27fix bug in multiple dereferenceA404M
2025-03-27add dereferencingA404M
2025-03-27replaced old variable system with new one in vmA404M
2025-03-27trying to change way of variablesA404M
2025-03-26add address operatorA404M
2025-03-26fix null double freeA404M
2025-03-25fix recursive call bugA404M
2025-03-25add pointer typeA404M
2025-03-23some small changesA404M
2025-03-22some reorderingA404M
2025-03-21fix bug in function typesA404M
2025-03-20made tests auto generatedA404M
2025-03-20added named paramtersA404M