AP Pseudocode Interpreter

Includes: - Rust library - Command line interface - Web interface

Building

Web Interface

Need installed: cargo, rust, npm

  1. Install wasm-pack
  2. Install cargo-generate: cargo install cargo-generate
  3. Initialize javascript setup: ```

    if doing for first time

    npm init wasm-app www

    cd www npm install ```

  4. Run with npm run start

TODO