aboutsummaryrefslogtreecommitdiffstats
path: root/forthmachine_optable.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove unused optable methods compilewords and addopdan2023-06-121-26/+0
|
* feat: add do ... loop;dan2023-06-031-1/+25
|
* feat: optable errors handled with error handlers, not just by printingdan2023-06-031-4/+5
|
* feat: forthmachine and stack errors handled with error handlers, not just by ↵dan2023-06-031-1/+1
| | | | printing
* refactor: delete unused outputbuffer and outputline, add prefix to optype enumdan2023-06-021-29/+28
|
* feat: can overwrite existing functionsdan2023-06-021-28/+32
|
* feat: runtime defined words are compiled;dan2023-06-021-42/+51
|
* refactor: always output via bufferdan2023-06-021-4/+0
|
* refactor: always output via bufferdan2023-06-021-0/+371