summaryrefslogtreecommitdiff
path: root/DSL.hs
AgeCommit message (Collapse)Author
2023-02-15Parser refactorMatthew Hall
2023-02-15Implement ELSE branchesMatthew Hall
2023-02-15More flexible IF statementsMatthew Hall
2023-02-14Implemented IF statementsMatthew Hall
2023-02-14Implement booleans with simple intrinsicsMatthew Hall
2023-02-14Refactor Program type for more sophisticated structuresMatthew Hall
2023-02-14Implement TIMES and DIVMODMatthew Hall
2023-02-14Generalise binary arithmetic operationsMatthew Hall
2023-02-14Add lexing for negative integersMatthew Hall
2023-02-14Add MINUS intrinsicMatthew Hall
2023-02-14Refactor: more robust intrinsics with type-checkingMatthew Hall
2023-02-14Add PLUS intrinsicMatthew Hall
2023-02-14More core stack operationsMatthew Hall
2023-02-14Added DROP intrinsicMatthew Hall
2023-02-14Very basic interpretationsMatthew Hall
2023-02-13Able to parse simple operationsMatthew Hall