Skip to content
Snippets Groups Projects
Unverified Commit b989e95b authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Parser fuzzing: remove previous limitations which do not apply anymore (#19474)

The previous Chevrotain-based parser had a few limitations, which need
to be taken account by the expression generator for the fuzzer. With the
new recursive parser (PR #19335), these limitations are not necessary
anymore:

* leading decimal digit, e.g. `.25`
* nested negatives, e.g. `-- 3`
* nested boolean NOT, e.g. `NOT NOT X`
parent 089fa547
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment