aboutsummaryrefslogtreecommitdiff
path: root/src/runner/runner.h
AgeCommit message (Expand)Author
4 daysfix bug in pointer dereferencingA404M
7 daysfixing stringA404M
8 daysadd array access support to arraysA404M
11 daysfix memory leakA404M
2025-05-23add way to call C functionsA404M
2025-05-23added native values instead of ast onesA404M
2025-05-16cleaning up moreA404M
2025-05-16some clean upsA404M
2025-05-16add continueA404M
2025-05-16break now worksA404M
2025-05-07add lazy to variablesA404M
2025-04-26add @isComptime to determine if code is running in comptime or notA404M
2025-04-26clean upA404M
2025-04-23prepairing more for importingA404M
2025-04-15some improvements for type systemA404M
2025-04-09add builtins (cast)A404M
2025-04-07add more type stuffA404M
2025-04-05working on access operatorA404M
2025-03-27replaced old variable system with new one in vmA404M
2025-03-20added named paramtersA404M
2025-03-18fixed multi depth dependenciesA404M
2025-02-22some clean upA404M
2025-02-21add a lot of goodies in typesA404M
2025-02-12enhanced if with elseA404M
2025-02-09fix memory leaksA404M
2025-02-09fixed running functions twoiceA404M
2025-02-08add argumentsA404M
2025-02-07add plusA404M