This commit is contained in:
Chris Wanstrath 2025-10-06 15:55:02 -07:00
parent dbc857f217
commit 210c0249fa

View File

@ -7,6 +7,21 @@ It's where Shrimp live.
bun install
bun test
## Use it
Execute text bytecode:
./bin/reef examples/loop.reef
Validate bytecode:
./bin/validate examples/loop.reef
Run the simple debugger to see what the instructions are doing:
./bin/debug examples/loop.reef
./bin/debug -h examples/loop.reef
## Features
- Stack operations (PUSH, POP, DUP)