aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: build wasm & jsdan2023-05-301-0/+0
|
* fix: clear outputbuffer properlydan2023-05-301-4/+2
|
* build: build wasm & jsdan2023-05-301-0/+0
|
* fix: don't dump debug info to outputdan2023-05-301-5/+1
|
* build: build wasm & jsdan2023-05-302-0/+1858
|
* feat: web version also uses c code, compiled to wasmdan2023-05-306-166/+87
|
* feat: JIT-compiled ops are in an arraydan2023-05-304-61/+113
|
* refactor: optable no longer globaldan2023-05-293-52/+65
|
* docs: readme for lxiny-examplesdan2023-05-291-0/+1
|
* tests: add lxiny-examples testsdan2023-05-296-0/+52
|
* feat: tuck and clearstack commandsdan2023-05-293-3/+18
|
* license: released int othe public domaindan2023-05-291-0/+4
|
* feat: add jit-compiled optype ; add more new commandsdan2023-05-295-2/+122
|
* feat: add .s,roll,pick,and depth commands to c forthdan2023-05-294-51/+104
|
* tests: add failing nested if test, make runtests.sh return exit code 1 on ↵dan2023-05-294-1/+22
| | | | failure
* tests: add initial tests and test runner scriptdan2023-05-296-0/+68
|
* 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