summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2023-01-08add some frees; still need to fix high amounts of memory leakagePreston Pan
2023-01-08fixed invalid read; some memory leakage fixed but not completelyPreston Pan
2023-01-08fix memory problemPreston Pan
2023-01-08print functions completedPreston Pan
2023-01-07fixing printPreston Pan
2023-01-07include workingPreston Pan
2023-01-06add commentsPreston Pan
2023-01-06add support for reading from file; some other stuffPreston Pan
2023-01-06recursion works nowPreston Pan
2023-01-06fixed stack bug; found recursion bugPreston Pan
2023-01-06no obvious memory problemsPreston Pan
2023-01-05hash table bug finally fixed foreverPreston Pan
2023-01-05bind works for real, I think this works nowPreston Pan
2023-01-05silence warningsPreston Pan
2023-01-05add more primitivesPreston Pan
2023-01-05lists evaluate for non built-in functionsPreston Pan
2023-01-04math builtins donePreston Pan
2023-01-04builtin functions now evaluatePreston Pan
2023-01-04fully functional parser (collisions might be a problem)Preston Pan
2023-01-04functions parse now i thinkPreston Pan
2023-01-04parsing mostly worksPreston Pan
2023-01-03fix bugPreston Pan
2023-01-03done the parser in theoryPreston Pan
2023-01-03actually evaluates and prints something now!Preston Pan
2023-01-02a lot of stuff.Preston Pan