Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: web version also uses c code, compiled to wasm | dan | 2023-05-30 | 1 | -125/+25 |
* | fix: js forth not statement so that string "0" inverts to true | dan | 2023-05-26 | 1 | -1/+1 |
* | fix: js forth if statement so that string "0" is false | dan | 2023-05-26 | 1 | -1/+1 |
* | fix: js forth prompt should be below output | dan | 2023-05-26 | 1 | -8/+12 |
* | fix: js forth prompt arrow still on same line on mobile view | dan | 2023-05-26 | 1 | -0/+1 |
* | fix: js forth has same built-ins as c forth | dan | 2023-05-26 | 1 | -14/+23 |
* | feat: swap command | dan | 2023-05-20 | 1 | -0/+6 |
* | fix: cli input prompt should be printed to stderr, not stdout | dan | 2023-05-20 | 1 | -1/+1 |
* | feat: `if` command; fix: input should be printed above output | dan | 2023-05-20 | 1 | -8/+27 |
* | feat: dup command | dan | 2023-05-19 | 1 | -2/+3 |
* | fix: nodejs version should not crash | dan | 2023-05-19 | 1 | -2/+7 |
* | init | dan | 2023-05-19 | 1 | -0/+134 |