aboutsummaryrefslogtreecommitdiffstats
path: root/forth.js
Commit message (Expand)AuthorAgeFilesLines
* feat: web version also uses c code, compiled to wasmdan2023-05-301-125/+25
* fix: js forth not statement so that string "0" inverts to truedan2023-05-261-1/+1
* 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
* fix: js forth has same built-ins as c forthdan2023-05-261-14/+23
* 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-201-8/+27
* feat: dup commanddan2023-05-191-2/+3
* fix: nodejs version should not crashdan2023-05-191-2/+7
* initdan2023-05-191-0/+134