Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |