aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-23fix styleA404M
2025-05-23added native values instead of ast onesA404M
2025-05-18replaced putc with @putc()A404M
2025-05-17fix memory leaks and shape shifterA404M
2025-05-17add comptime if checkingA404M
2025-05-16now you can return from every whereA404M
2025-05-16cleaning up moreA404M
2025-05-16some clean upsA404M
2025-05-16add continueA404M
2025-05-16break now worksA404M
2025-05-16fix access operator and some stuff to make break workA404M
2025-05-15better copy management in astA404M
2025-05-15fix some type bugsA404M
2025-05-15fix shape shifter bugsA404M
2025-05-15better shape shifter with cachingA404M
2025-05-15fix double free and memory leaksA404M
2025-05-15add first version of shape shifterA404M
2025-05-12add type of shape shifterA404M
2025-05-11reverting some choices for better futureA404M
2025-05-11added comptime keyword to variablesA404M
2025-05-11some clean upsA404M
2025-05-11fix typoA404M
2025-05-09add named importsA404M
2025-05-08doing stuff for making named importA404M
2025-05-08add a way for member functionA404M
2025-05-07add lazy to variablesA404M
2025-05-07fix bugs in dereference and address and logsA404M
2025-04-30add operators neededA404M
2025-04-30fixing some bugs in new way of operators and printingA404M
2025-04-29add a lot of builtinsA404M
2025-04-27add operator overloadingA404M
2025-04-26add @isComptime to determine if code is running in comptime or notA404M
2025-04-26add better support for builtinA404M
2025-04-26some clean upA404M
2025-04-26some small changesA404M
2025-04-26clean upA404M
2025-04-25performance improvementA404M
2025-04-25Merge branch 'master' of https://github.com/A404M/felanA404M
2025-04-25add better time printingA404M
2025-04-25Merge pull request #1 from Ilygm/masterAhmad Mahmoudi
2025-04-25Added print libraryMrCoderV3
2025-04-25move time to utilsA404M
2025-04-24make stuff much optimizedA404M
2025-04-24some small improvementsA404M
2025-04-24some clean upsA404M
2025-04-24fix space checking in lexerA404M
2025-04-24add code typeA404M
2025-04-24fixing some bugsA404M
2025-04-24fix circular importsA404M
2025-04-24add @importA404M