summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
16 hoursadd operators neededHEADmasterA404M
16 hoursfixing some bugs in new way of operators and printingA404M
21 hoursadd a lot of builtinsA404M
4 daysadd operator overloadingA404M
4 daysadd @isComptime to determine if code is running in comptime or notA404M
4 daysadd better support for builtinA404M
4 dayssome clean upA404M
5 dayssome small changesA404M
5 daysclean upA404M
5 daysperformance improvementA404M
5 daysMerge branch 'master' of https://github.com/A404M/felanA404M
5 daysadd better time printingA404M
5 daysMerge pull request #1 from Ilygm/masterAhmad Mahmoudi
5 daysAdded print libraryMrCoderV3
5 daysmove time to utilsA404M
6 daysmake stuff much optimizedA404M
6 dayssome small improvementsA404M
6 dayssome clean upsA404M
6 daysfix space checking in lexerA404M
6 daysadd code typeA404M
6 daysfixing some bugsA404M
7 daysfix circular importsA404M
7 daysadd @importA404M
7 daysprepairing more for importingA404M
7 dayschanged the way which to get variablesA404M
7 daysprepairing stuff for import in codesA404M
12 daysfix variable definition in loopsA404M
12 dayschange print time to us from nsA404M
12 daysfix string length bugA404M
2025-04-16better search for mainA404M
2025-04-16add .length to arraysA404M
2025-04-16add better array type systemA404M
2025-04-15add stringA404M
2025-04-15some 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 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