aboutsummaryrefslogtreecommitdiffstats
path: root/forthmachine.c
Commit message (Expand)AuthorAgeFilesLines
* feat: add do ... loop;dan2023-06-031-1/+14
* feat: optable errors handled with error handlers, not just by printingdan2023-06-031-1/+1
* feat: forthmachine and stack errors handled with error handlers, not just by ...dan2023-06-031-2/+4
* refactor: delete unused outputbuffer and outputline, add prefix to optype enumdan2023-06-021-2/+2
* feat: can overwrite existing functionsdan2023-06-021-1/+1
* feat: runtime defined words are compiled;dan2023-06-021-12/+24
* refactor: always output via bufferdan2023-06-021-0/+66