| Commit message (Expand) | Author | Age | Files | Lines |
| * | compiler: add support for say, heading, velocity, and doppler | Brian Cully | 2025-12-15 | 1 | -0/+49 |
| * | compiler: add support for not, and, or, xor | Brian Cully | 2025-12-15 | 1 | -0/+32 |
| * | vm: Add boolean operators for not, and, or, and xor | Brian Cully | 2025-12-15 | 1 | -1/+1 |
| * | rustfmt | Brian Cully | 2025-08-31 | 1 | -32/+56 |
| * | tail-position if no longer needs ret | Brian Cully | 2025-08-25 | 1 | -3/+3 |
| * | add comments | Brian Cully | 2025-08-25 | 1 | -0/+26 |
| * | put tail call substitution in an fn and call it inside if/then | Brian Cully | 2025-08-25 | 1 | -18/+66 |
| * | add rot and swap | Brian Cully | 2025-08-25 | 1 | -0/+16 |
| * | use ‘DataStackType’ instead of hard-coding i32 | Brian Cully | 2025-08-25 | 1 | -2/+2 |
| * | clippy | Brian Cully | 2025-08-25 | 1 | -67/+31 |
| * | rename parser → compiler, interp → vm | Brian Cully | 2025-08-24 | 1 | -0/+384 |