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
Regular expressions are incosistent between Live Preview and JFlex Generator.
Especially some Unicode character classes are not supported in Live Preview.
Regular expressions are incosistent between Live Preview and JFlex Generator.
Especially some Unicode character classes are not supported in Live Preview.
For example:
IDE says it's an unknown character category.
It's not recognised on Live Preview, annotating there's a syntax error.
However, generating lexer (from generated flex file from the bnf) completes successfully.
The regex works in the plugin as well!
The text was updated successfully, but these errors were encountered: