summaryrefslogtreecommitdiff
path: root/src/parser.c
AgeCommit message (Expand)Author
2023-01-06whoops, fixed concat. Include in the makingPreston Pan
2023-01-06add support for reading from file; some other stuffPreston 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-05lists evaluate for non built-in functionsPreston 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-03hypothetically fixed bugPreston Pan
2023-01-03implemented parse_all; I think i fixed some bugs but i forgorPreston Pan
2023-01-03done the parser in theoryPreston Pan
2023-01-03actually evaluates and prints something now!Preston Pan
2023-01-03add some comments; fix some bugs in advancePreston Pan
2023-01-02a lot of stuff.Preston Pan