/* global require */
"use strict";
(function(root) {
if (typeof module !== 'undefined') {
root.peg = require("../lib/peg.js");
}
}(this));