| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stop using ‘Result’ for tests | Brian Cully | 2025-08-25 | 1 | -103/+75 |
| * | some underflow tests | Brian Cully | 2025-08-25 | 1 | -1/+31 |
| * | do in-place memory manipulation for rot/dup/swap | Brian Cully | 2025-08-25 | 1 | -13/+31 |
| * | tail-position if no longer needs ret | Brian Cully | 2025-08-25 | 1 | -11/+23 |
| * | add rot and swap | Brian Cully | 2025-08-25 | 1 | -5/+50 |
| * | make runtime errors std::error::Error | Brian Cully | 2025-08-25 | 1 | -0/+8 |
| * | use isize | Brian Cully | 2025-08-25 | 1 | -1/+1 |
| * | use ‘DataStackType’ instead of hard-coding i32 | Brian Cully | 2025-08-25 | 1 | -2/+4 |
| * | clippy | Brian Cully | 2025-08-25 | 1 | -13/+28 |
| * | rename parser → compiler, interp → vm | Brian Cully | 2025-08-24 | 1 | -0/+532 |
