aboutsummaryrefslogtreecommitdiffstats
path: root/forthmachine.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: add do ... loop;dan2023-06-031-0/+3
|
* feat: optable errors handled with error handlers, not just by printingdan2023-06-031-1/+2
|
* 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-6/+2
|
* feat: can overwrite existing functionsdan2023-06-021-1/+1
|
* feat: runtime defined words are compiled;dan2023-06-021-10/+14
|
* refactor: always output via bufferdan2023-06-021-0/+79