streem-js
v0.0.2
Published
JavaScript implementation of streem
Readme
Streem-js 
JavaScript implementation of Streem
Example
- interpreter mode
$ streem-js examples/echo.strm- compiler mode
$ streem-js -c examples/echo.strm > echo.jsInstallation
$ npm install streem-js -g