aboutsummaryrefslogtreecommitdiffstats
path: root/optable.c
Commit message (Expand)AuthorAgeFilesLines
* feat: web version also uses c code, compiled to wasmdan2023-05-301-12/+20
* feat: JIT-compiled ops are in an arraydan2023-05-301-34/+46
* refactor: optable no longer globaldan2023-05-291-40/+46
* 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