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
Looks like lookbehind-expressions are not supported (yet):
Error: Unable to use "first char" lexer optimizations:
Failed parsing: < /(?<=FUNCTION(\s+)([a-zA-Z]\w*)(\s*)){(\\}|[^}])*}/ >
Using the regexp-to-ast library version: 0.4.0
Please open an issue at: https://github.com/bd82/regexp-to-ast/issues
As you can see I was told to open an issue, so here it is 😄
Yeah I have not implemented that feature or other newer RegExp features.
Although I doubt it should be too complex as it is very similar to lookahead...
Looks like lookbehind-expressions are not supported (yet):
As you can see I was told to open an issue, so here it is 😄
My pattern is:
but it happens for any kind of lookbehind expression (
(?<=x)y
).The text was updated successfully, but these errors were encountered: