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
{{ message }}
This repository was archived by the owner on Jun 6, 2026. It is now read-only.
s := "This will fail (yes)";
Will expect yes to be a cpp2 expression because there is no check if the left parenthesis has a matching capture end ()$). Lookaheads do not seem to be supported in JFlex so we need a workaround.
s := "This will fail (yes)";Will expect
yesto be a cpp2 expression because there is no check if the left parenthesis has a matching capture end ()$). Lookaheads do not seem to be supported in JFlex so we need a workaround.Screenshot of resulting IDE text:
