Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: web version also uses c code, compiled to wasm | dan | 2023-05-30 | 1 | -24/+37 |
| | |||||
* | feat: JIT-compiled ops are in an array | dan | 2023-05-30 | 1 | -22/+56 |
| | |||||
* | refactor: optable no longer global | dan | 2023-05-29 | 1 | -9/+9 |
| | |||||
* | feat: add jit-compiled optype ; add more new commands | dan | 2023-05-29 | 1 | -0/+12 |
| | |||||
* | feat: add .s,roll,pick,and depth commands to c forth | dan | 2023-05-29 | 1 | -2/+2 |
| | |||||
* | format: correct forth.c indentation | dan | 2023-05-26 | 1 | -16/+16 |
| | |||||
* | refactor: switch case to pick optype; isnumber tidy up; | dan | 2023-05-26 | 1 | -19/+20 |
| | |||||
* | refactor: if and : moved to optable too | dan | 2023-05-26 | 1 | -35/+18 |
| | |||||
* | refactor: pop and peek are no longer special cases; remove dump command | dan | 2023-05-26 | 1 | -7/+0 |
| | |||||
* | refactor: split optable and stack into sep files | dan | 2023-05-25 | 1 | -215/+9 |
| | |||||
* | add builtins "/" and "*" | dan | 2023-05-24 | 1 | -3/+16 |
| | |||||
* | add if,not,=,drop,rot,swap,over words | dan | 2023-05-23 | 1 | -3/+67 |
| | |||||
* | clean and comment | dan | 2023-05-23 | 1 | -61/+11 |
| | |||||
* | start c version | dan | 2023-05-23 | 1 | -0/+280 |