pegjs/examples
David Majda ff3cc7930e CSS Example: Move null filtering from extractList to buildList
This makes extractList identical to the same function in other grammars
and makes it so that nulls are dealt with in only one function (until
now, they were dealt with both in extractList and buildList).

The refactoring should be safe as extractList isn't by itself used in
contexts where it can be passed a list containing nulls.
2016-09-23 06:30:52 +02:00
..
arithmetics.pegjs Use only "//" comments 2016-09-20 15:07:39 +02:00
css.pegjs CSS Example: Move null filtering from extractList to buildList 2016-09-23 06:30:52 +02:00
javascript.pegjs Avoid aligning object keys 2016-09-22 07:55:30 +02:00
json.pegjs JSON example: Fix link to RFC 4234. 2016-09-23 06:20:08 +02:00