aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: js forth not statement so that string "0" inverts to truedan2023-05-261-1/+1
|
* fix: c forth "then" keyword is discarded properly (in both "if" cases)dan2023-05-261-8/+15
|
* docs: readme update usage warningdan2023-05-261-3/+2
|
* fix: js forth if statement so that string "0" is falsedan2023-05-261-1/+1
|
* fix: js forth prompt should be below outputdan2023-05-261-8/+12
|
* fix: js forth prompt arrow still on same line on mobile viewdan2023-05-261-0/+1
|
* refactor: make defineop static, remove from interfacedan2023-05-262-55/+54
|
* format: correct forth.c indentationdan2023-05-261-16/+16
|
* docs: correct readme to reflect gcc to clang changedan2023-05-261-1/+1
|
* refactor: switch case to pick optype; isnumber tidy up;dan2023-05-261-19/+20
|
* refactor: if and : moved to optable toodan2023-05-264-52/+74
|
* 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