Implementation of streem language running on JVM. (currently using RxJava)
This is inspired by streem(https://github.com/matz/streem).
To build,
./gradlew installDist
Go to the bin directory,
cd build/install/jetstreem/bin
To run,
./jetstreem {streem script}
To check AST,
./jetstreem -d ast {streem script}
To check AST and IR,
./jetstreem -d ir {streem script}
For help,
./jetstreem -h
Please check wiki(https://github.com/koji-m/jetstreem/wiki).