mirror of
https://github.com/polarity-lang/polarity.git
synced 2025-12-23 09:19:50 +00:00
|
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
Co-authored-by: Tim Süberkrüb <dev@timsueberkrueb.io> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
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