aboutsummaryrefslogtreecommitdiffstats
path: root/optable.c
Commit message (Collapse)AuthorAgeFilesLines
* feat: tuck and clearstack commandsdan2023-05-291-3/+12
|
* feat: add jit-compiled optype ; add more new commandsdan2023-05-291-1/+86
|
* feat: add .s,roll,pick,and depth commands to c forthdan2023-05-291-41/+50
|
* fix: c forth "then" keyword is discarded properly (in both "if" cases)dan2023-05-261-8/+15
|
* refactor: make defineop static, remove from interfacedan2023-05-261-45/+54
|
* refactor: if and : moved to optable toodan2023-05-261-15/+46
|
* refactor: pop and peek are no longer special cases; remove dump commanddan2023-05-261-10/+15
|
* refactor: split optable and stack into sep filesdan2023-05-251-0/+159