Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

String interpolation fails on non-capture left parenthesis #22

Description

@hnisula

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.

Screenshot of resulting IDE text:
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions