Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodetect when it is necessary to use careful parsing. #19

Open
Aluriak opened this issue Nov 1, 2019 · 0 comments
Open

Autodetect when it is necessary to use careful parsing. #19

Aluriak opened this issue Nov 1, 2019 · 0 comments

Comments

@Aluriak
Copy link
Owner

Aluriak commented Nov 1, 2019

Careful parsing should be the default choice in 0.4.0
In 0.3.x though, it could be activated if:

  • there is nested parenthesis (i.e. ( is followed by a (, not a ))
  • there is a paren between two double-quotes

The former is easy to test. The latter is harder,
but together will match most cases where the naive parsing is not enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant