aboutsummaryrefslogtreecommitdiff
path: root/parser.d
Commit message (Collapse)AuthorAge
* skip comments (mostly)mryouse2023-05-28
|
* consume types but throw away (for now)mryouse2023-05-28
|
* cleanupmryouse2023-05-28
|
* eq? for many thingsmryouse2023-05-26
|
* strings as seqsmryouse2023-05-26
|
* lambdas!mryouse2023-05-25
|
* lists as sequences, first and restmryouse2023-05-25
|
* fix def bug (maybe?) and block bug (maybe?)mryouse2023-05-25
|
* compile-time typechecking WIPBen Winston2023-05-22
|
* runtime type checkingBen Winston2023-05-22
|
* 'or' control statementBen Winston2023-05-21
|
* if/else, 'and' control flowBen Winston2023-05-21
|
* move to using 2 stacksBen Winston2023-05-21
|
* block scope and local variables (not really working)Ben Winston2023-05-20
|
* global variablesBen Winston2023-05-20
|
* initial commit of compiler/VM with a couple basic instructionsBen Winston2023-05-20
|
* add debugBen Winston2023-05-20
|
* initial commitBen Winston2023-05-19