pegjs/examples
David Majda 68c6452d8a CSS example grammar: Simplify |integer| and |float| rules
It's not necessary to parse |parts| in the |integer| and |float| rule
into integer/float value. Everywhere these rules are used the result is
converted back into string anyway.
2013-12-07 15:05:35 +01:00
..
arithmetics.pegjs Text nodes: Use text nodes in examples/arithmetics.pegjs 2012-12-02 17:25:52 +01:00
css.pegjs CSS example grammar: Simplify |integer| and |float| rules 2013-12-07 15:05:35 +01:00
javascript.pegjs Error handling: Make |?| return |null| on unsuccessful match 2013-12-01 16:12:35 +01:00
json.pegjs Error handling: Use a special value (not |null|) to indicate failure 2013-12-01 16:08:55 +01:00