pegjs/bin
David Majda 0847a69643 Rename the "PEG" variable to "peg"
So far, PEG.js was exported in a "PEG" global variable when no module
loader was detected. The same variable name was also conventionally used
when requiring it in Node.js or otherwise referring to it. This was
reflected in various places in the code, documentation, examples, etc.

This commit changes the variable name to "peg" and fixes all relevant
occurrences. The main reason for the change is that in Node.js, modules
are generally referred to by lower-case variable names, so "PEG" was
sticking out when used in Node.js projects.
2016-05-04 12:37:13 +02:00
..
.eslintrc.json ESLint: Disable no-console in bin/.eslintrc.json, not bin/pegjs 2016-05-03 14:24:34 +02:00
pegjs Rename the "PEG" variable to "peg" 2016-05-04 12:37:13 +02:00