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 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.
8 years ago
..
arithmetics.pegjs Use only "//" comments 8 years ago
css.pegjs CSS Example: Move null filtering from extractList to buildList 8 years ago
javascript.pegjs Avoid aligning object keys 8 years ago
json.pegjs JSON example: Fix link to RFC 4234. 8 years ago