Version 1 (modified by hkaulbersch, 10 years ago) (diff) |
---|
BNF Tools Known Problems
Validation:
- Equal Rule Problem: only rules that are no permutation are equal: a ::= "foo" | "bar" b ::= "bar" | "foo"
These Rules do not count as equal!
- Equality of rules does not contain the check for whitespaces int tokens: a ::= "foo bar" b ::= "foobar"
These Rules count as equal!
- The Rule checkSubruleDuplicates has not been migrated from the last version.
1.AutoEnumeration,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated.
Generation:
- Generation extension (Button or menue) does not work