| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: forthmachine and stack errors handled with error handlers, not just by ... | dan | 2023-06-03 | 1 | -5/+42 |
* | refactor: always output via buffer | dan | 2023-06-02 | 1 | -93/+8 |
* | refactor: stack and optable are grouped as forthmachine | dan | 2023-05-31 | 1 | -21/+30 |
* | fix: clear outputbuffer properly | dan | 2023-05-30 | 1 | -4/+2 |
* | fix: don't dump debug info to output | dan | 2023-05-30 | 1 | -5/+1 |
* | 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 |