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

idyll-lang/idyll-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.