| Commit message (Expand) | Author | Age |
| * | progress 5/25 | mryouse | 2022-05-26 |
| * | allow additional args for (argv) | mryouse | 2022-05-26 |
| * | implement argv, in?, last, join, with-write, write, newline, exists? | mryouse | 2022-05-26 |
| * | more neighborcat implementation | mryouse | 2022-05-26 |
| * | bugfix: actually pass the file name to the function | mryouse | 2022-05-26 |
| * | combine repl and file runner | mryouse | 2022-05-25 |
| * | progress 5/24 | mryouse | 2022-05-25 |
| * | implement shuf, list?, block, exit, unlink | mryouse | 2022-05-25 |
| * | initial commit of a neighborcat implementation | mryouse | 2022-05-25 |
| * | progress 5/23 | mryouse | 2022-05-24 |
| * | implement glob, shell, empty | mryouse | 2022-05-24 |
| * | bugfix: wrap split's items in a Literal | mryouse | 2022-05-24 |
| * | bugfix: only try to access .value on a Literal | mryouse | 2022-05-24 |
| * | bugfix: properly measure the number of args to the lambda | mryouse | 2022-05-24 |
| * | return empty lists as-is | mryouse | 2022-05-24 |
| * | bugfix: handle integer division | mryouse | 2022-05-24 |
| * | add a roundabout functional solution | mryouse | 2022-05-24 |
| * | add data to List | mryouse | 2022-05-24 |
| * | lots of changes, including literals -> Objects | mryouse | 2022-05-24 |
| * | lex comments (ignore them) | mryouse | 2022-05-23 |
| * | day 1 of AOC, not fully up to snuff | mryouse | 2022-05-23 |
| * | implement string->int | mryouse | 2022-05-23 |
| * | implement split | mryouse | 2022-05-23 |
| * | implement list-length | mryouse | 2022-05-23 |
| * | implement read-lines, strip, first, rest, map | mryouse | 2022-05-22 |
| * | refactor: structs into their own file | mryouse | 2022-05-22 |
| * | remove unused code | mryouse | 2022-05-22 |
| * | Unary -> List | mryouse | 2022-05-22 |
| * | implement func | mryouse | 2022-05-21 |
| * | progress 5/20 | mryouse | 2022-05-21 |
| * | lex and parse types | mryouse | 2022-05-21 |
| * | implement concat | mryouse | 2022-05-21 |
| * | implement branch | mryouse | 2022-05-21 |
| * | implement pipe | mryouse | 2022-05-21 |
| * | for-count implementation | mryouse | 2022-05-21 |
| * | add ->string function | mryouse | 2022-05-20 |
| * | bugfix: make recursion work (though introduce a new issue too) | mryouse | 2022-05-20 |
| * | progress 5/19 night | mryouse | 2022-05-20 |
| * | cleanup old files | mryouse | 2022-05-20 |
| * | added (debug) to the repl for noise on-demand | mryouse | 2022-05-20 |
| * | holy moly functions might work? | mryouse | 2022-05-20 |
| * | remove redundant arity checks | mryouse | 2022-05-19 |
| * | refactor: this might be worse | mryouse | 2022-05-19 |
| * | progress (?) 5/19 | mryouse | 2022-05-19 |
| * | support for global variables | mryouse | 2022-05-19 |
| * | interpreter with some builtins | mryouse | 2022-05-19 |
| * | bugfix: symbols and numbers | mryouse | 2022-05-19 |
| * | parser rewrite | mryouse | 2022-05-18 |
| * | add hash to front of boolean | mryouse | 2022-05-18 |
| * | rewrite of lexer, using a measured approach | mryouse | 2022-05-18 |