aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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