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 da9a32a5f3 Example grammars: Improve |parseInt| invocations
Instead of |parseInt("0x" + digits)| do |parseInt(digits, 16)|, which is
a bit cleaner.
11 years ago
..
arithmetics.pegjs Text nodes: Use text nodes in examples/arithmetics.pegjs 12 years ago
css.pegjs Example grammars: Improve |parseInt| invocations 11 years ago
javascript.pegjs Example grammars: Improve |parseInt| invocations 11 years ago
json.pegjs Example grammars: Improve |parseInt| invocations 11 years ago