aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* any? and nil?mryouse2023-05-27
|
* divisionmryouse2023-05-27
|
* multiplicationmryouse2023-05-27
|
* bytecode compilation of map()mryouse2023-05-26
|
* add more opcodes, preparing for HOFmryouse2023-05-26
|
* 5/25/2023 updatemryouse2023-05-26
|
* in? (lists and strings)mryouse2023-05-26
|
* eq? for many thingsmryouse2023-05-26
|
* start making errors a bit nicermryouse2023-05-26
|
* make 'concat' work for sequencesmryouse2023-05-26
|
* strings as seqsmryouse2023-05-26
|
* i'm bad at markdownmryouse2023-05-26
|
* length on seqmryouse2023-05-25
|
* lambdas!mryouse2023-05-25
|
* lists as sequences, first and restmryouse2023-05-25
|
* make list creation simpler (and allow nesting)mryouse2023-05-25
|
* bugfix: when calling functions with multiple args, don't reverse themmryouse2023-05-25
|
* give README an extension so it will render on giteamryouse2023-05-25
|
* 5/24/23 updatemryouse2023-05-25
|
* fix def bug (maybe?) and block bug (maybe?)mryouse2023-05-25
|
* add nil valuemryouse2023-05-25
|
* reference instance variables, and reset framecount in 'interpret'mryouse2023-05-25
|
* make debug toggle-ablemryouse2023-05-25
|
* add Makefilemryouse2023-05-24
|
* add some reference materialBen Winston2023-05-23
|
* first crack at lists (rather naive)Ben Winston2023-05-23
|
* notBen Winston2023-05-23
|
* more logic, runtime typecheckingBen Winston2023-05-23
|
* compile-time typechecking WIPBen Winston2023-05-22
|
* make the REPL actually remember thingsBen Winston2023-05-22
|
* runtime type checkingBen Winston2023-05-22
|
* dumb benchmarkBen Winston2023-05-21
|
* 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
|
* initial commitBen Winston2023-05-19