Home

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

  1. Clone this repo
  2. Install the dependecies: npm install
  3. 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.