Skip to content

0xPolygonHermez/pil2-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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