summaryrefslogtreecommitdiffstats
path: root/src/forth/vm.rs
Commit message (Expand)AuthorAgeFilesLines
* add rot and swapBrian Cully2025-08-251-5/+50
* make runtime errors std::error::ErrorBrian Cully2025-08-251-0/+8
* use isizeBrian Cully2025-08-251-1/+1
* use ‘DataStackType’ instead of hard-coding i32Brian Cully2025-08-251-2/+4
* clippyBrian Cully2025-08-251-13/+28
* rename parser → compiler, interp → vmBrian Cully2025-08-241-0/+532