alexandru-dinu / synx

Generate random strings given a BNF grammar.
MIT License
0 stars 0 forks source link

Splitting by sep that can be part of literals. #8

Open alexandru-dinu opened 1 year ago

alexandru-dinu commented 1 year ago

Applies to:

E.g.:

                        v --- should only split by this
<foo> ::= "literal|sep" | <bar>
                  ^ --- should not split by this