You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda 4cda79951a Git repo npmization: Compose PEG.js from Node.js modules
PEG.js source code becomes a set of Node.js modules that include each
other as needed. The distribution version is built by bundling these
modules together, wrapping them inside a bit of boilerplate code that
makes |module.exports| and |require| work.

Part of a fix for GH-32.
12 years ago
..
compiler Git repo npmization: Compose PEG.js from Node.js modules 12 years ago
compiler.js Git repo npmization: Compose PEG.js from Node.js modules 12 years ago
grammar-error.js Git repo npmization: Compose PEG.js from Node.js modules 12 years ago
parser.js Git repo npmization: Compose PEG.js from Node.js modules 12 years ago
parser.pegjs Git repo npmization: Compose PEG.js from Node.js modules 12 years ago
peg.js Git repo npmization: Compose PEG.js from Node.js modules 12 years ago
utils.js Git repo npmization: Compose PEG.js from Node.js modules 12 years ago