Version 4 (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.
Refactoring/Quickfixes:
- AutoEnumeration ,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated.
Generation:
- Generation does not include headings or includes from other files