pegjs/examples
David Majda da9a32a5f3 Example grammars: Improve |parseInt| invocations
Instead of |parseInt("0x" + digits)| do |parseInt(digits, 16)|, which is
a bit cleaner.
2013-12-07 15:25:41 +01:00
..
arithmetics.pegjs Text nodes: Use text nodes in examples/arithmetics.pegjs 2012-12-02 17:25:52 +01:00
css.pegjs Example grammars: Improve |parseInt| invocations 2013-12-07 15:25:41 +01:00
javascript.pegjs Example grammars: Improve |parseInt| invocations 2013-12-07 15:25:41 +01:00
json.pegjs Example grammars: Improve |parseInt| invocations 2013-12-07 15:25:41 +01:00