You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an issue so it doesn't get lost---the new string_content regex is creating a parse tree with repeated nodes (should just be a single node, see below for examples).
Perhaps this should be moved to the scanner? It solves the precedence and parse issues in one go...
Describe the bug
@amaanq,
See related comment: #237 (comment)
Creating an issue so it doesn't get lost---the new
string_content
regex is creating a parse tree with repeated nodes (should just be a single node, see below for examples).Perhaps this should be moved to the scanner? It solves the precedence and parse issues in one go...
Steps To Reproduce/Bad Parse Tree
Expected Behavior/Parse Tree
The text was updated successfully, but these errors were encountered: