roc/cli
2019-07-09 23:19:50 -04:00
..
examples Fix paren parsing bug, thread errors through eval 2019-07-09 23:19:50 -04:00
src Fix paren parsing bug, thread errors through eval 2019-07-09 23:19:50 -04:00
Cargo.lock Update Cargo.lock 2019-06-22 10:17:11 -04:00
Cargo.toml Add basic CLI 2019-06-12 21:25:15 -04:00
README.md Add cli/README.md 2019-06-23 19:19:06 -04:00

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