aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* initial commit of apply (sorta works)HEADmastermryouse2023-06-11
|
* add filtermryouse2023-06-11
|
* add debug flagmryouse2023-06-11
|
* add --no-core flagmryouse2023-06-11
|
* 6/8/2023 updatemryouse2023-06-08
|
* more core functionsmryouse2023-06-08
|
* bugfix (probably wrong): this *seems* to stop the offset issues on stack B, ↵mryouse2023-06-08
| | | | but I'm not sure why
* bugfix (wrong): builtins need to be available to HOFsmryouse2023-06-08
|
* bugfix: reduce function takes accumulator firstmryouse2023-06-08
|
* another bugmryouse2023-06-08
|
* initial commit of reducemryouse2023-06-08
|
* identity functionmryouse2023-06-08
|
* initial commit of not-great stripmryouse2023-06-08
|
* 6/7/2023 updatemryouse2023-06-07
|
* initial commit of branchmryouse2023-06-07
|
* initial commit of the start of the core librarymryouse2023-06-07
|
* 6/6/2023 updatemryouse2023-06-06
|
* add more disassemble opsmryouse2023-06-06
|
* bugfix: compile the interior of ->stringmryouse2023-06-06
|
* bugfix: don't push nil after print (?)mryouse2023-06-06
|
* add debug statementsmryouse2023-06-06
|
* parse booleansmryouse2023-06-06
|
* bugfix: first and last should return Seqsmryouse2023-06-06
|
* initial commit of reversemryouse2023-06-06
|
* initial commit of most and lastmryouse2023-06-06
|
* reorganizationmryouse2023-06-05
|
* 6/1/2023 updatemryouse2023-06-01
|
* add print (no escape sequences) and REPL returnsmryouse2023-06-01
|
* split concat/append into 2 opsmryouse2023-06-01
|
* remove extra print statementsmryouse2023-06-01
|
* rely on the main compile loop to advancemryouse2023-06-01
|
* 5/27/2023 updatemryouse2023-05-28
|
* skip comments (better)mryouse2023-05-28
|
* skip comments (mostly)mryouse2023-05-28
|
* consume types but throw away (for now)mryouse2023-05-28
|
* bugfix: bad formattingmryouse2023-05-28
|
* cleanupmryouse2023-05-28
|
* 5/26/2023 updatemryouse2023-05-27
|
* fix empty (list)mryouse2023-05-27
|
* 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
|