| .. | ||
| anonymous_tokens_with_escaped_chars | ||
| associativity_left | ||
| associativity_missing | ||
| associativity_right | ||
| conflicting_precedence | ||
| epsilon_rules | ||
| external_and_internal_anonymous_tokens | ||
| external_and_internal_tokens | ||
| external_extra_tokens | ||
| external_tokens | ||
| lexical_conflicts_due_to_state_merging | ||
| precedence_on_single_child_missing | ||
| precedence_on_single_child_negative | ||
| precedence_on_single_child_positive | ||
| precedence_on_subsequence | ||
| readme_grammar | ||
| start_rule_is_blank | ||
| start_rule_is_token | ||
| unused_rules | ||
| readme.md | ||
These small grammars demonstrate specific features or test for certain specific regressions.
For some of them, compilation is expected to fail with a given error message. For others, the resulting parser is expected to produce certain trees.