summaryrefslogtreecommitdiffstats
path: root/src/parser-prefix.js
Commit message (Collapse)AuthorAgeFilesLines
* Use jsmodule for jison parserkpdecker2013-01-131-0/+1
Removes unnecessary commonjs code generated for the parser. This reduces the size of the parse by about 700bytes and should resolve lookup issues with browserify and other static analysis tools. See #220