aboutsummaryrefslogtreecommitdiffstats
path: root/stack.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: forthmachine and stack errors handled with error handlers, not just by ↵dan2023-06-031-1/+3
| | | | printing
* refactor: delete unused outputbuffer and outputline, add prefix to optype enumdan2023-06-021-1/+0
|
* feat: runtime defined words are compiled;dan2023-06-021-0/+2
|
* refactor: always output via bufferdan2023-06-021-1/+1
|
* feat: tuck and clearstack commandsdan2023-05-291-0/+2
|
* feat: add .s,roll,pick,and depth commands to c forthdan2023-05-291-4/+12
|
* refactor: split optable and stack into sep filesdan2023-05-251-0/+24