aboutsummaryrefslogtreecommitdiff
path: root/dbg.d
Commit message (Expand)AuthorAge
* add debug flagmryouse2023-06-11
* add more disassemble opsmryouse2023-06-06
* parse booleansmryouse2023-06-06
* add print (no escape sequences) and REPL returnsmryouse2023-06-01
* split concat/append into 2 opsmryouse2023-06-01
* multiplicationmryouse2023-05-27
* bytecode compilation of map()mryouse2023-05-26
* add more opcodes, preparing for HOFmryouse2023-05-26
* lists as sequences, first and restmryouse2023-05-25
* fix def bug (maybe?) and block bug (maybe?)mryouse2023-05-25
* add nil valuemryouse2023-05-25
* make debug toggle-ablemryouse2023-05-25
* more logic, runtime typecheckingBen Winston2023-05-23
* compile-time typechecking WIPBen Winston2023-05-22
* runtime type checkingBen Winston2023-05-22
* functionsgit add *.d!Ben Winston2023-05-21
* move disassembly into compiler, preparing for functionsBen Winston2023-05-21
* '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