roc/cli/README.md
2019-06-23 19:19:06 -04:00

257 B

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