David Thompson 96f8505c94 Add terminal REPL example. | 1 周之前 | |
---|---|---|
.. | ||
Makefile | 1 周之前 | |
README.md | 1 周之前 | |
boot-repl.js | 1 周之前 | |
boot-repl.scm | 1 周之前 | |
reflect.js | 1 周之前 | |
reflect.wasm | 1 周之前 | |
repl.scm | 1 周之前 | |
wtf8.wasm | 1 周之前 |
This example demonstrates a text-only REPL suitable for running in either the Hoot Wasm interpreter or NodeJS.
Run on the Hoot Wasm interpreter:
make run-guile
Run on NodeJS:
make run-node