Skip to content

koji-m/jetstreem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetstreem

Implementation of streem language running on JVM. (currently using RxJava)

This is inspired by streem(https://github.com/matz/streem).

Installation

To build,

./gradlew installDist

Usage

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

Current status

Please check wiki(https://github.com/koji-m/jetstreem/wiki).

About

Java implementation of streem lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published