aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* parser rewritemryouse2022-05-18
* add hash to front of booleanmryouse2022-05-18
* rewrite of lexer, using a measured approachmryouse2022-05-18
* progressmryouse2022-05-14
* shell commands throw exception when they failmryouse2022-05-13
* return nil (empty list) if there's nothing else to returnmryouse2022-05-13
* have arithmetic functions take many numbersmryouse2022-05-13
* initial commit of 'many'mryouse2022-05-13
* progress and todo 5/12mryouse2022-05-13
* update shell commands to return listmryouse2022-05-13
* add a shell-pipe commandmryouse2022-05-13
* bugfix: Expressions are automatically evaluated (this is a type problem)mryouse2022-05-13
* type conversion ->string functionsmryouse2022-05-13
* initial commit of file readermryouse2022-05-13
* maybe listsmryouse2022-05-13
* lists? not sure if they fully work, but somewhatmryouse2022-05-13
* more ideasmryouse2022-05-12
* progress 5/11mryouse2022-05-12
* if with no elsemryouse2022-05-12
* if returns literalsmryouse2022-05-12
* remove errant print()mryouse2022-05-12
* print lexed items nicermryouse2022-05-12
* native type compare methodsmryouse2022-05-12