Open kant2002 opened 8 months ago
Describe the bug I create following rule
[Rule($"comma_identifier_references_list : ({IdentifierReference} ('and' {IdentifierReference})*))")]
It breaks compilation in subtle way and source generator fails. Because it fails it produce tons of unrelated errors.
Describe the bug I create following rule
It breaks compilation in subtle way and source generator fails. Because it fails it produce tons of unrelated errors.