We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be very usefull for lexer to not throw an error when some defined region is left unclosed.
It's not always required in every lang to have every region closed and it would be usefull to handle it somewhat different
The text was updated successfully, but these errors were encountered:
Is allow_left_open enough? Perhaps it should be changed to allow_unclosed_region so that it makes more sense to developers?
allow_left_open
allow_unclosed_region
Sorry, something went wrong.
That's it. Maybe change the name, because at least to me it was not do obvious
[FEATURE] Allow unclosed region #56 (#71)
bd04ced
* feat: rename allow_left_open to allow_unclosed_region * feat: remove unused function
Successfully merging a pull request may close this issue.
It would be very usefull for lexer to not throw an error when some defined region is left unclosed.
It's not always required in every lang to have every region closed and it would be usefull to handle it somewhat different
The text was updated successfully, but these errors were encountered: