use it
This commit is contained in:
parent
dbc857f217
commit
210c0249fa
15
README.md
15
README.md
|
|
@ -7,6 +7,21 @@ It's where Shrimp live.
|
||||||
bun install
|
bun install
|
||||||
bun test
|
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
|
## Features
|
||||||
|
|
||||||
- Stack operations (PUSH, POP, DUP)
|
- Stack operations (PUSH, POP, DUP)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user