idyll-lang / idyll-compiler

[THIS CODE HAS MOVED] Lexer and parser for Idyll lang

Home Page:https://github.com/idyll-lang/idyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[THIS CODE HAS MOVED] Lexer and parser for Idyll lang

https://github.com/idyll-lang/idyll

License:MIT License


Languages

Language:JavaScript 82.6%Language:Nearley 17.4%