Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 289 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 289 Bytes

To use: pegjs agg_pipeline.pegjs && node main.js

Example: pegjs agg_pipeline.pegjs && node main.js examples/test

Important: main.js contains a function to remove white space outside of strings, this is necessary. PEGJS is rather annoying to handle whitespace directly