Would like a way to turn off parenthesis matching.
octetta opened this issue · 2 comments
octetta commented
I have a rather odd syntax I want to support using bestline, that uses unmatched parenthesis.
I've disabled this locally by just forcing IsBalanced()
to return 1
.
Should this be a runtime option?
If there's interest, I can dig further on a more elegant way to handle.
jethrodaniel commented
Looks like this is handled by #28
octetta commented
Yes, and thanks. I'll close it.