summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-12fix some leaksA404M
2025-02-12enhanced if with elseA404M
2025-02-12add ifA404M
2025-02-12fix circular dependency problemA404M
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
2025-02-10add - * / %A404M
2025-02-09fix memory leaksA404M
2025-02-09fixed running functions twoiceA404M
2025-02-09fix leaksA404M
2025-02-09fix some memory leakA404M
2025-02-08add boolA404M
2025-02-08fix some bugs in argumentsA404M
2025-02-08add argumentsA404M
2025-02-08better errorsA404M
2025-02-08formatA404M
2025-02-08clean upA404M
2025-02-08add const checkA404M
2025-02-08fix some bugs for returnA404M
2025-02-07fix return for void functionsA404M
2025-02-07add returnA404M
2025-02-07add plusA404M
2025-02-06prepairing to have better functionsA404M
2025-02-05cleaning upA404M
2025-02-03make mov and def more dynamicA404M
2025-01-31make stuff more organized and saferA404M
2025-01-30fix bugsA404M
2025-01-30added assign operatorA404M
2025-01-30clean upA404M
2025-01-30added global variables (not constants)A404M
2025-01-29add cleaning ast treeA404M
2025-01-29add global variablesA404M
2025-01-29make a todo to rememberA404M
2025-01-29move assembly to new fileA404M
2025-01-28add more type checksA404M
2025-01-28add automatic type finding to u64 valuesA404M
2025-01-28clean syntax to not allowing variable definition else whereA404M
2025-01-28removed variable shadowingA404M
2025-01-28added constant valuesA404M
2025-01-27clean upA404M
2025-01-27add print_u64 to be able to print u64 numbersA404M
2025-01-26add better type checksA404M
2025-01-25fix memory leaksA404M
2025-01-25add function callA404M
2025-01-24some clean upA404M
2025-01-24add types and type checking (not complete)A404M
2025-01-23cleaning the codeA404M
2025-01-23check function argumentsA404M
2025-01-19fix memory leaksA404M
2025-01-18add multi line commentA404M