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 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.
11 years ago
..
arithmetics.pegjs Text nodes: Use text nodes in examples/arithmetics.pegjs 12 years ago
css.pegjs CSS example grammar: Simplify |integer| and |float| rules 11 years ago
javascript.pegjs Error handling: Make |?| return |null| on unsuccessful match 11 years ago
json.pegjs Error handling: Use a special value (not |null|) to indicate failure 11 years ago