Editor:
- \ currently serves as an escape character in strings, thus it needs to be escaped by a double backslash - \\, e.g. "\"=> "\\"
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
Download in other formats: