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