aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* refactor: more literal typesmryouse2022-06-04
* add first-char, rest-char, slicemryouse2022-06-04
* day1 part2 (without slices)mryouse2022-06-01
* progress 5/25mryouse2022-05-26
* allow additional args for (argv)mryouse2022-05-26
* implement argv, in?, last, join, with-write, write, newline, exists?mryouse2022-05-26
* more neighborcat implementationmryouse2022-05-26
* bugfix: actually pass the file name to the functionmryouse2022-05-26
* combine repl and file runnermryouse2022-05-25
* progress 5/24mryouse2022-05-25
* implement shuf, list?, block, exit, unlinkmryouse2022-05-25
* initial commit of a neighborcat implementationmryouse2022-05-25
* progress 5/23mryouse2022-05-24
* implement glob, shell, emptymryouse2022-05-24
* bugfix: wrap split's items in a Literalmryouse2022-05-24
* bugfix: only try to access .value on a Literalmryouse2022-05-24
* bugfix: properly measure the number of args to the lambdamryouse2022-05-24
* return empty lists as-ismryouse2022-05-24
* bugfix: handle integer divisionmryouse2022-05-24
* add a roundabout functional solutionmryouse2022-05-24
* add data to Listmryouse2022-05-24
* lots of changes, including literals -> Objectsmryouse2022-05-24
* lex comments (ignore them)mryouse2022-05-23
* day 1 of AOC, not fully up to snuffmryouse2022-05-23
* implement string->intmryouse2022-05-23
* implement splitmryouse2022-05-23
* implement list-lengthmryouse2022-05-23
* implement read-lines, strip, first, rest, mapmryouse2022-05-22
* refactor: structs into their own filemryouse2022-05-22
* remove unused codemryouse2022-05-22
* Unary -> Listmryouse2022-05-22
* implement funcmryouse2022-05-21
* progress 5/20mryouse2022-05-21
* lex and parse typesmryouse2022-05-21
* implement concatmryouse2022-05-21
* implement branchmryouse2022-05-21
* implement pipemryouse2022-05-21
* for-count implementationmryouse2022-05-21
* add ->string functionmryouse2022-05-20
* bugfix: make recursion work (though introduce a new issue too)mryouse2022-05-20
* progress 5/19 nightmryouse2022-05-20
* cleanup old filesmryouse2022-05-20
* added (debug) to the repl for noise on-demandmryouse2022-05-20
* holy moly functions might work?mryouse2022-05-20
* remove redundant arity checksmryouse2022-05-19
* refactor: this might be worsemryouse2022-05-19
* progress (?) 5/19mryouse2022-05-19
* support for global variablesmryouse2022-05-19
* interpreter with some builtinsmryouse2022-05-19
* bugfix: symbols and numbersmryouse2022-05-19