pegjs/examples
David Majda 2005345976 Complete rewrite of the CSS example grammar
This is a complete rewrite of the CSS example grammar. It is now based
on CSS 2.1 *including the errata* and the generated parser builds a
nicer syntax tree. There is also a number of cleanups, formatting
changes, naming changes, and bug fixes.

Beside this, the rewrite reflects how I write grammars today (as opposed
to few years ago) and what style I would recommend to others.
2014-03-23 13:29:54 +01:00
..
arithmetics.pegjs Complete rewrite of the arithmetics example grammar 2014-03-12 20:55:04 +01:00
css.pegjs Complete rewrite of the CSS example grammar 2014-03-23 13:29:54 +01:00
javascript.pegjs Complete rewrite of the JavaScript example grammar 2014-03-16 13:24:50 +01:00
json.pegjs Complete rewrite of the JSON example grammar 2014-03-14 14:28:10 +01:00