summaryrefslogtreecommitdiffstats
path: root/src/forth/vm.rs
Commit message (Collapse)AuthorAgeFilesLines
* some underflow testsBrian Cully2025-08-251-1/+31
|
* do in-place memory manipulation for rot/dup/swapBrian Cully2025-08-251-13/+31
|
* tail-position if no longer needs retBrian Cully2025-08-251-11/+23
|
* 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
| | | | i want to try isize
* clippyBrian Cully2025-08-251-13/+28
|
* rename parser → compiler, interp → vmBrian Cully2025-08-241-0/+532
reflects reality better