aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add :list type to dicts, for nowmryouse2022-06-16
* implement typeofmryouse2022-06-16
* refactor: take type hints from user in function argsmryouse2022-06-16
* dicts, but bettermryouse2022-06-15
* map supports lambdasmryouse2022-06-15
* filter supports lambdasmryouse2022-06-15
* implement filter, same limitations as 'map'mryouse2022-06-15
* naiive neb dictsmryouse2022-06-15
* implement floormryouse2022-06-15
* bugfix: missing namespace passing in evaluate_argsmryouse2022-06-13
* bugfix: new type enummryouse2022-06-13
* add namespaces to new functionsmryouse2022-06-13
* initial commit of namespace support with 'use-as'mryouse2022-06-13
* use actual parameter names in Arg definitionmryouse2022-06-13
* implement 'symbols'mryouse2022-06-13
* implement howtomryouse2022-06-13
* use an enum and a map for type hierarchymryouse2022-06-13
* string representation should show the actual escaped characters, if applicablemryouse2022-06-12
* implement assertmryouse2022-06-12
* s/input/read-line/mryouse2022-06-12
* 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