aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAge
* remove user-defined :nilmryouse2022-08-03
* add (very) basic bracket syntaxmryouse2022-08-01
* add optional fill character to string formatmryouse2022-07-30
* for-count now uses _idx_ instead of idxmryouse2022-07-29
* WIP more sorting explorationmryouse2022-07-29
* initial commit of a test runnermryouse2022-07-22
* refactor: inner functions to outer hidden functionsmryouse2022-07-21
* function renames and return typesmryouse2022-07-21
* function renames and overloadingmryouse2022-07-21
* s/*-char/*/mryouse2022-07-21
* first-char and rest-char to first and restmryouse2022-07-20
* implement 'ord', and start integrating string sortingmryouse2022-07-16
* bugfix: too many 'first'smryouse2022-07-16
* use built-in prepend and use more reducemryouse2022-07-15
* implement quicksortmryouse2022-07-15
* initial commit of sort.nebmryouse2022-07-15
* bugfix: empty pattern is always truemryouse2022-07-15
* refactor: use drop-while to short-circuitmryouse2022-07-15
* bugfix: only evaluate first statementmryouse2022-07-14
* bugfix: fields were reversedmryouse2022-07-14
* refactor: dot functionsmryouse2022-07-14
* initial commit of a regex match? functionmryouse2022-07-13
* add alignmryouse2022-07-13
* initial commit of an f-string functionmryouse2022-07-12
* return type hints for ansi.nebmryouse2022-07-02
* dict with types (still rough)mryouse2022-06-22
* add types to signaturesmryouse2022-06-22
* add :list type to dicts, for nowmryouse2022-06-16
* dicts, but bettermryouse2022-06-15
* naiive neb dictsmryouse2022-06-15
* initial commit of namespace support with 'use-as'mryouse2022-06-13
* remove 'ansi-escape' builtin as it's not needed anymoremryouse2022-06-12
* ansi style librarymryouse2022-06-07