polarity/app
Rasmus Buurman 8c8653ba9d
Some checks failed
Rust CI / Build with MSRV (push) Waiting to run
Rust CI / Check (push) Waiting to run
Rust CI / Tests (push) Waiting to run
Rust CI / Rustfmt (push) Waiting to run
Rust CI / Clippy (push) Waiting to run
Rust CI / package (push) Waiting to run
Rust CI / Check line endings (push) Waiting to run
Codecov Coverage / coverage (push) Waiting to run
Build and deploy web demo / deploy (push) Waiting to run
Lint Code Base / Lint Code Base (push) Waiting to run
Check nix code / Check nix code (push) Waiting to run
Check Examples Index / check-index (push) Has been cancelled
Support multiple errors from any stage in driver (#586)
Co-authored-by: Tim Süberkrüb <dev@timsueberkrueb.io>
2025-11-03 20:12:01 +01:00
..
src Support multiple errors from any stage in driver (#586) 2025-11-03 20:12:01 +01:00
tests Address new clippy lints (#537) 2025-06-30 11:42:36 +02:00
Cargo.toml Support multiple errors from any stage in driver (#586) 2025-11-03 20:12:01 +01:00
README.md Add more README.md files 2022-08-30 14:55:23 +02:00

CLI application

Requirements

Build

cargo build

Run

Start interactive REPL:

cargo run

Run a file:

cargo run -- run <filepath>

Print available command-line options:

cargo run -- --help