norahiko / streem-js

JavaScript implementation of streem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streem-js Build Status

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

About

JavaScript implementation of streem

License:MIT License


Languages

Language:JavaScript 100.0%