mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
.. | ||
examples | ||
src | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Interpreter
Usage:
$ roc FILENAME.roc
When building from Rust source, use cargo run -- FILENAME.roc
instead of roc FILENAME.roc
.
For example, here's how to run the "EchoName" example this way:
$ cargo run -- examples/EchoName.roc