Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 418 Bytes

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.