46ac1bf171
Initializer code is usually indented and this indentation is carried over to generated code. This resulted in a piece of indented code in the middle of the parser. This commit wraps initializer code in |{...}|, which makes indentation in generated parsers look a bit more natural. |
||
---|---|---|
.. | ||
compiler | ||
compiler.js | ||
grammar-error.js | ||
parser.js | ||
peg.js | ||
utils.js |