aboutsummaryrefslogtreecommitdiffstats
path: root/forth.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: if and : moved to optable toodan2023-05-261-35/+18
|
* refactor: pop and peek are no longer special cases; remove dump commanddan2023-05-261-7/+0
|
* refactor: split optable and stack into sep filesdan2023-05-251-215/+9
|
* add builtins "/" and "*"dan2023-05-241-3/+16
|
* add if,not,=,drop,rot,swap,over wordsdan2023-05-231-3/+67
|
* clean and commentdan2023-05-231-61/+11
|
* start c versiondan2023-05-231-0/+280