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 1ee6731b51 Supply default option value only if the option is not specified
The "|| trick" is too brittle in this case -- it wouldn't work e.g. for
options with default value |true| and passed value |false|, enforcing
inconsistent default values handling.
12 years ago
..
compiler.js Allow passing options to |PEG.buildParser| 12 years ago
emitter.js Supply default option value only if the option is not specified 12 years ago
parser.js Add a hack to skip last comma in |parseFunctions| 12 years ago
parser.pegjs AST: Store rules in an array instead of an object 12 years ago
passes.js Fix a bug in param name fixup code for sequences 12 years ago
peg.js Add a note about semantic versioning to |PEG.VERSION| comment 12 years ago
utils.js AST: Store rules in an array instead of an object 12 years ago