Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 697 Bytes

Human-Fungi Interface is an interactive visualization tool for the Fungi programming language.

Local Configuration

  1. Download/install Rust
  2. Download/install Node.js
  3. Run rustup update
  4. Run rustup target add wasm32-unknown-unknown --toolchain nightly to install the Webassembly compile target
  5. Run npm i to install dependencies
  6. Run node index dev to run on port 8080
  7. Visit http://localhost:8080 in your browser

Current Features

  • Pretty-printing bundled Fungi code/traces
  • Variable highlighting
  • AST/context/type inspection
  • Client-side code execution