Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: optable no longer global | dan | 2023-05-29 | 1 | -40/+46 |
* | feat: tuck and clearstack commands | dan | 2023-05-29 | 1 | -3/+12 |
* | feat: add jit-compiled optype ; add more new commands | dan | 2023-05-29 | 1 | -1/+86 |
* | feat: add .s,roll,pick,and depth commands to c forth | dan | 2023-05-29 | 1 | -41/+50 |
* | fix: c forth "then" keyword is discarded properly (in both "if" cases) | dan | 2023-05-26 | 1 | -8/+15 |
* | refactor: make defineop static, remove from interface | dan | 2023-05-26 | 1 | -45/+54 |
* | refactor: if and : moved to optable too | dan | 2023-05-26 | 1 | -15/+46 |
* | refactor: pop and peek are no longer special cases; remove dump command | dan | 2023-05-26 | 1 | -10/+15 |
* | refactor: split optable and stack into sep files | dan | 2023-05-25 | 1 | -0/+159 |