aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor: pop and peek are no longer special cases; remove dump commanddan2023-05-262-17/+15
|
* fix: js forth has same built-ins as c forthdan2023-05-261-14/+23
|
* docs: update readme.md ; add run-rlwrap makefile command; add rlwrap ↵dan2023-05-253-5/+36
| | | | completions file
* refactor: split optable and stack into sep filesdan2023-05-255-215/+274
|
* add readme.mddan2023-05-241-0/+10
|
* add builtins "/" and "*"dan2023-05-241-3/+16
|
* add if,not,=,drop,rot,swap,over wordsdan2023-05-231-3/+67
|
* clean and commentdan2023-05-231-61/+11
|
* start c versiondan2023-05-231-0/+280
|
* feat: swap commanddan2023-05-201-0/+6
|
* fix: cli input prompt should be printed to stderr, not stdoutdan2023-05-201-1/+1
|
* feat: `if` command; fix: input should be printed above outputdan2023-05-202-8/+39
|
* feat: dup commanddan2023-05-191-2/+3
|
* fix: nodejs version should not crashdan2023-05-191-2/+7
|
* initdan2023-05-191-0/+134