/// <reference path="./pegjs.d.ts" />

var input: string;
var result = PEG.parse(input);
console.log(result);
