pegjs/spec/helpers.js

8 lines
127 B
JavaScript
Raw Normal View History

"use strict";
2015-06-08 20:59:10 +02:00
(function(root) {
if (typeof module !== 'undefined') {
root.PEG = require("../lib/peg.js");
}
}(this));