WebAssembly visualizer for Rust regular expressions.
Parses Rust regular expressions using regex-syntax and converts resulting Abstract Syntax Trees (syntactic) and High-level Intermediate Representations (semantic) to SVGs.
To run it in your web browser, click here.
$ rustup target add wasm32-unknown-unknown- Install wasm-pack:
$ cargo install wasm-pack- Optional for formatting and linting:
$ rustup component add rustfmt clippy$ make build && make serveThen open http://localhost:8080 in your web browser.