Skip to content

A source/AST/trace visualization tool for the Fungi programming language

Notifications You must be signed in to change notification settings

Adapton/fungi-vis

 
 

Repository files navigation

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

About

A source/AST/trace visualization tool for the Fungi programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.6%
  • HTML 44.3%
  • CSS 7.3%
  • Shell 1.2%
  • Rust 0.6%