|
|
|
@ -884,8 +884,6 @@ PEG.Compiler = {
|
|
|
|
|
" /* Generated by PEG.js (http://pegjs.majda.cz/). */",
|
|
|
|
|
" ",
|
|
|
|
|
" var result = {",
|
|
|
|
|
" _startRule: ${startRule|string},",
|
|
|
|
|
" ",
|
|
|
|
|
/* This needs to be in sync with PEG.StringUtils.quote. */
|
|
|
|
|
" _quoteString: function(s) {",
|
|
|
|
|
" /*",
|
|
|
|
@ -1016,7 +1014,7 @@ PEG.Compiler = {
|
|
|
|
|
" reportMatchFailures: true",
|
|
|
|
|
" };",
|
|
|
|
|
" ",
|
|
|
|
|
" var result = this['_parse_' + this._startRule](initialContext);",
|
|
|
|
|
" var result = this._parse_${startRule}(initialContext);",
|
|
|
|
|
" ",
|
|
|
|
|
" /*",
|
|
|
|
|
" * The parser is now in one of the following three states:",
|
|
|
|
|