Installing:
bash
$ cargo +nightly install arcon_compiler
NOTE: requires LLVM (6.0) and Protobuf. Instructions can be found here
$ cargo build --release
$ ./target/release/arconc compile -s "path_to_arcon_spec"
$ ./target/release/arconc server # defaults to localhost:3000
$ ./target/release/arconc help