summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
3 daysadd operator overloadingHEADmasterA404M
3 daysadd @isComptime to determine if code is running in comptime or notA404M
3 daysadd better support for builtinA404M
3 dayssome clean upA404M
4 dayssome small changesA404M
4 daysclean upA404M
4 daysperformance improvementA404M
4 daysadd better time printingA404M
5 daysmake stuff much optimizedA404M
5 dayssome small improvementsA404M
5 dayssome clean upsA404M
5 daysfix space checking in lexerA404M
5 daysadd code typeA404M
6 daysfix circular importsA404M
6 daysadd @importA404M
6 daysprepairing more for importingA404M
6 dayschanged the way which to get variablesA404M
11 daysfix variable definition in loopsA404M
11 daysfix string length bugA404M
13 daysadd .length to arraysA404M
13 daysadd better array type systemA404M
14 daysadd stringA404M
14 dayssome improvements for type systemA404M
2025-04-14add arraysA404M
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 putc keyword to print charA404M
2025-04-08add charactersA404M
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