| Commit message (Expand) | Author | Age | Files | Lines |
| * | rust: clean up wasm error result | Brian Cully | 2025-12-18 | 1 | -15/+12 |
| * | rust: re-use reset_ip | Brian Cully | 2025-12-18 | 1 | -3/+1 |
| * | rust: simplify error handling a bit | Brian Cully | 2025-12-18 | 1 | -20/+27 |
| * | rust, js: do plain old object translation is wasm. use workers | Brian Cully | 2025-12-18 | 1 | -133/+94 |
| * | rename velocity to speed | Brian Cully | 2025-12-16 | 3 | -26/+38 |
| * | html: add arena canvas and update robo from code | Brian Cully | 2025-12-15 | 1 | -0/+22 |
| * | compiler: add support for say, heading, velocity, and doppler | Brian Cully | 2025-12-15 | 1 | -0/+49 |
| * | vm: add support for robo stuff: velocity, heading, doppler, say | Brian Cully | 2025-12-15 | 1 | -0/+111 |
| * | compiler: add support for not, and, or, xor | Brian Cully | 2025-12-15 | 1 | -0/+32 |
| * | fmt | Brian Cully | 2025-12-15 | 1 | -4/+2 |
| * | vm: Add boolean operators for not, and, or, and xor | Brian Cully | 2025-12-15 | 2 | -1/+98 |
| * | rustfmt | Brian Cully | 2025-08-31 | 3 | -144/+206 |
| * | wip: another attempt at extensibility | Brian Cully | 2025-08-25 | 1 | -29/+35 |
| * | wip: robo plugin stuff | Brian Cully | 2025-08-25 | 2 | -0/+63 |
| * | 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 | 2 | -14/+26 |
| * | 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 | 2 | -5/+66 |
| * | 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 | 3 | -5/+7 |
| * | clippy | Brian Cully | 2025-08-25 | 3 | -92/+78 |
| * | apparently ‘mod.rs’ is the old way | Brian Cully | 2025-08-24 | 1 | -0/+0 |
| * | move factorial test to integration test | Brian Cully | 2025-08-24 | 1 | -33/+0 |
| * | parser → compiler | Brian Cully | 2025-08-24 | 1 | -2/+2 |
| * | rename parser → compiler, interp → vm | Brian Cully | 2025-08-24 | 4 | -292/+292 |
| * | try some rusty stuff with std traits | Brian Cully | 2025-08-24 | 1 | -31/+29 |
| * | pass annotations to js so we can highlight program text | Brian Cully | 2025-08-24 | 2 | -34/+109 |
| * | begginnenblinken | Brian Cully | 2025-08-23 | 1 | -5/+1 |
| * | render call and data stacks | Brian Cully | 2025-08-23 | 1 | -1/+9 |
| * | highlight running code | Brian Cully | 2025-08-23 | 1 | -6/+22 |
| * | add some benchmarking | Brian Cully | 2025-08-23 | 2 | -6/+21 |
| * | show wordlist in html on compile | Brian Cully | 2025-08-23 | 3 | -49/+77 |
| * | wip: pass interp between js and rust | Brian Cully | 2025-08-23 | 2 | -12/+63 |
| * | make compile button actually compile | Brian Cully | 2025-08-22 | 4 | -20/+18 |
| * | start hooking the web ui up to rust | Brian Cully | 2025-08-22 | 2 | -3/+25 |
| * | factorial working | Brian Cully | 2025-08-21 | 4 | -82/+182 |
| * | add tail call elimination for call and if. | Brian Cully | 2025-08-21 | 2 | -38/+480 |
| * | interpreter now uses same structure as parser | Brian Cully | 2025-08-19 | 2 | -55/+73 |
| * | parser now emits list of words and hashmap of string→index | Brian Cully | 2025-08-19 | 4 | -0/+384 |