summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2025-02-12fix some leaksA404M
2025-02-12enhanced if with elseA404M
fix if scope bug
2025-02-12fix circular dependency problemA404M
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
some clean up
2025-02-10add - * / %A404M
2025-02-09fix some memory leakA404M
2025-02-08add boolA404M
2025-02-07add plusA404M
trying to add return
2025-02-06prepairing to have better functionsA404M
fix bug
2025-01-30added assign operatorA404M
2025-01-29add global variablesA404M
fix shadowing in different levels better type checking
2025-01-27add print_u64 to be able to print u64 numbersA404M
2025-01-25add function callA404M
2025-01-23cleaning the codeA404M
2025-01-19fix memory leaksA404M
2025-01-18initial commitA404M