Version 5 (modified by phdmakk, 10 years ago) (diff) |
---|
BNF Tools: Known Issues and Limitations
Validation:
- Check equal rules: only rules that are no permutation are equal:
- a ::= "foo" | "bar" and b ::= "bar" | "foo" do not count as equal!
- Equality of rules does not contain the check for whitespaces in tokens:
- a ::= "foo bar" and b ::= "foobar" do not count as equal!
Generation:
- Generated output does not include headings or includes from other files