Human-Fungi Interface is an interactive visualization tool for the Fungi programming language.
- Download/install Rust
- Download/install Node.js
- Run
rustup update
- Run
rustup target add wasm32-unknown-unknown --toolchain nightly
to install the Webassembly compile target - Run
npm i
to install dependencies - Run
node index dev
to run on port 8080 - Visit http://localhost:8080 in your browser
- Pretty-printing bundled Fungi code/traces
- Variable highlighting
- AST/context/type inspection
- Client-side code execution