aboutsummaryrefslogtreecommitdiffstats
path: root/stack.c
Commit message (Expand)AuthorAgeFilesLines
* feat: optable errors handled with error handlers, not just by printingdan2023-06-031-12/+8
* feat: forthmachine and stack errors handled with error handlers, not just by ...dan2023-06-031-16/+18
* feat: runtime defined words are compiled;dan2023-06-021-0/+5
* refactor: always output via bufferdan2023-06-021-14/+42
* feat: tuck and clearstack commandsdan2023-05-291-0/+4
* feat: add jit-compiled optype ; add more new commandsdan2023-05-291-0/+3
* feat: add .s,roll,pick,and depth commands to c forthdan2023-05-291-4/+40
* refactor: split optable and stack into sep filesdan2023-05-251-0/+40