| Commit message (Expand) | Author | Age |
| * | implement howto | mryouse | 2022-06-13 |
| * | use an enum and a map for type hierarchy | mryouse | 2022-06-13 |
| * | implement assert | mryouse | 2022-06-12 |
| * | remove 'ansi-escape' builtin as it's not needed anymore | mryouse | 2022-06-12 |
| * | fix 'remove' and 'branch' | mryouse | 2022-06-12 |
| * | implement read-char | mryouse | 2022-06-12 |
| * | rename input to read-line | mryouse | 2022-06-12 |
| * | bugfix: 'def' was being short circuited | mryouse | 2022-06-12 |
| * | refactor: remove redundant type checking | mryouse | 2022-06-11 |
| * | initial commit of more thorough type checking | mryouse | 2022-06-10 |
| * | refactor: more flexibility with builtin arities | mryouse | 2022-06-10 |
| * | bugfix: 'join' works on str, not String | mryouse | 2022-06-10 |
| * | bugfix: can't rely on the symbol name when symbols can be passed as arguments | mryouse | 2022-06-09 |
| * | Functions return themselves | mryouse | 2022-06-09 |
| * | add arity check to user defined functions | mryouse | 2022-06-09 |
| * | remove ascii-gray as it's superfluous and named wrong anyway | mryouse | 2022-06-07 |
| * | implement use, ansi-escape | mryouse | 2022-06-07 |
| * | 'split' without splitter turns into a char list | mryouse | 2022-06-06 |
| * | bugfix: evaluate item in for-each | mryouse | 2022-06-06 |
| * | implement clear, ascii-gray, input, append, remove, while | mryouse | 2022-06-06 |
| * | bugfix: Bool, not Boolean | mryouse | 2022-06-05 |
| * | refactor: better error messages | mryouse | 2022-06-05 |
| * | refactor: more literal types | mryouse | 2022-06-04 |
| * | add first-char, rest-char, slice | mryouse | 2022-06-04 |
| * | implement argv, in?, last, join, with-write, write, newline, exists? | mryouse | 2022-05-26 |
| * | implement shuf, list?, block, exit, unlink | mryouse | 2022-05-25 |
| * | 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 |
| * | lots of changes, including literals -> Objects | mryouse | 2022-05-24 |
| * | 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 |
| * | Unary -> List | mryouse | 2022-05-22 |
| * | implement func | 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 |
| * | 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 |
| * | support for global variables | mryouse | 2022-05-19 |