aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove 'ansi-escape' builtin as it's not needed anymoremryouse2022-06-12
* fix 'remove' and 'branch'mryouse2022-06-12
* implement read-charmryouse2022-06-12
* rename input to read-linemryouse2022-06-12
* bugfix: 'def' was being short circuitedmryouse2022-06-12
* bugfix: support escaped double quotes in stringsmryouse2022-06-11
* add string escapesmryouse2022-06-11
* add List as a typemryouse2022-06-11
* refactor: remove redundant type checkingmryouse2022-06-11
* initial commit of more thorough type checkingmryouse2022-06-10
* refactor: more flexibility with builtin aritiesmryouse2022-06-10
* bugfix: 'join' works on str, not Stringmryouse2022-06-10
* bugfix: can't rely on the symbol name when symbols can be passed as argumentsmryouse2022-06-09
* Functions return themselvesmryouse2022-06-09
* clarify exceptionmryouse2022-06-09
* add arity check to user defined functionsmryouse2022-06-09
* ansi style librarymryouse2022-06-07
* use ansimryouse2022-06-07
* remove ascii-gray as it's superfluous and named wrong anywaymryouse2022-06-07
* implement use, ansi-escapemryouse2022-06-07
* readline for arrow key supportmryouse2022-06-07
* progress 6/5mryouse2022-06-06
* initial commit of ciphermryouse2022-06-06
* 'split' without splitter turns into a char listmryouse2022-06-06
* bugfix: evaluate item in for-eachmryouse2022-06-06
* implement clear, ascii-gray, input, append, remove, whilemryouse2022-06-06
* finish neighborcat implementationmryouse2022-06-05
* add proper exception handling for filesmryouse2022-06-05
* bugfix: since :string can contain newline, count them correctlymryouse2022-06-05
* bugfix: Bool, not Booleanmryouse2022-06-05
* refactor: better error messagesmryouse2022-06-05
* 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