Skip to content

wrong lookahead action #20

@lsf37

Description

@lsf37

Reported by lsf37 on 2001-02-28 13:45 UTC
The rules

"ab" { System.out.print("AB"); }
"a"/"b" { System.out.print("A"); }

give you with input ab the output ABb and not the
correct AB. If the rules are in reversed order
("a"/"b" and then "ab") it works ok.

This bug was reported by Tibi.

(fixed in 1.3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugNot working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions