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.
fe18c6ffd3
We couldn't return |null| in the |value| rule of the JSON example parser because that would mean parse failure. So until now, we just returned |"null"| (a string). This was obviously stupid, so this commit changes the |value| rule to return a special object instead that is converted to |null| later. Based on patches by Patrick Logan (GH-91) and Jakub Vrána (GH-191). |
11 years ago | |
---|---|---|
.. | ||
arithmetics.pegjs | 12 years ago | |
css.pegjs | 12 years ago | |
javascript.pegjs | 12 years ago | |
json.pegjs | 11 years ago |