| 1 | BNF Tools Known Problems |
| 2 | |
| 3 | Validation: |
| 4 | |
| 5 | 1. Equal Rule Problem: only rules that are no permutation are equal: a ::= "foo" | "bar" b ::= "bar" | "foo" |
| 6 | |
| 7 | These Rules do not count as equal! |
| 8 | |
| 9 | 2. Equality of rules does not contain the check for whitespaces int tokens: a ::= "foo bar" b ::= "foobar" |
| 10 | |
| 11 | These Rules count as equal! |
| 12 | |
| 13 | 3. The Rule checkSubruleDuplicates has not been migrated from the last version. |
| 14 | |
| 15 | Refactoring/Quickfixes: |
| 16 | |
| 17 | 1.!AutoEnumeration,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. |
| 18 | |
| 19 | Generation: |
| 20 | |
| 21 | 1. Generation extension (Button or menue) does not work |