Skip to content

String interpolation fails on non-capture left parenthesis #22

@hnisula

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

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