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
StrParseNode includes access to both the underlying ByteList and the logical string's code range. It would be helpful if RegexpParseNode had this information as well. Since the lexer is likely already performing a byte scan to find the bounds of the underlying ByteList, it would be ideal to capture the code range at this point and avoid an additional scan later on.
The text was updated successfully, but these errors were encountered:
StrParseNode
includes access to both the underlyingByteList
and the logical string's code range. It would be helpful ifRegexpParseNode
had this information as well. Since the lexer is likely already performing a byte scan to find the bounds of the underlying ByteList, it would be ideal to capture the code range at this point and avoid an additional scan later on.The text was updated successfully, but these errors were encountered: