Awesome
THIS REPO HAS MOVED - THE CODE IS NOW AT https://github.com/idyll-lang/idyll
idyll-compiler
Lexer and parser for Idyll lang
Installation
$ npm install --save idyll-compiler
Developing
- Clone this repo
- Install the dependecies:
npm install
- Run the tests:
npm test
If you want to make a change, add a failing test, update the compiler so that the test passes, then submit a PR.