Open kaby76 opened 2 weeks ago
There are two places where # labels
create problems: 1) when computing the transitive closure of the references to parser rules, so that it does not try to find a non-existent rule named after the label; 2) when cloning the rule, the labels must be unique across all rules.
Crashes the tool because it tries to find "target_label" as a parser rule name. I hate these things. So useless.