summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
AgeCommit message (Collapse)Author
6 daysprepairing 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
fix if scope bug
2025-02-09fix memory leaksA404M
2025-02-09fixed running functions twoiceA404M
2025-02-08add argumentsA404M
2025-02-07add plusA404M
trying to add return