mirror of
https://github.com/polarity-lang/polarity.git
synced 2025-07-07 21:15:04 +00:00
.. | ||
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