Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 381 Bytes

PIL Compiler

Polynomial Identity Language 2 (pil2) compiler

Setup

$ npm install
$ npm run build

Usage

Command line

Generate pilout file from pil file:

$ node src/pil.js <input.pil> -o <output.pilout>

Generate pilout file specifing paths where search pil files:

$ node src/pil.js <filename.pil> -o <filename.pilout> -I path1,path2,lib/std