tree-sitter/test/fixtures/test_grammars
2017-03-17 16:31:29 -07:00
..
anonymous_tokens_with_escaped_chars Rename spec -> test 2017-03-09 20:40:01 -08:00
associativity_left Rename spec -> test 2017-03-09 20:40:01 -08:00
associativity_missing Rename spec -> test 2017-03-09 20:40:01 -08:00
associativity_right Rename spec -> test 2017-03-09 20:40:01 -08:00
conflicting_precedence Rename spec -> test 2017-03-09 20:40:01 -08:00
epsilon_rules Rename spec -> test 2017-03-09 20:40:01 -08:00
external_and_internal_anonymous_tokens Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
external_and_internal_tokens Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
external_extra_tokens Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
external_tokens Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
lexical_conflicts_due_to_state_merging Rename spec -> test 2017-03-09 20:40:01 -08:00
precedence_on_single_child_missing Rename spec -> test 2017-03-09 20:40:01 -08:00
precedence_on_single_child_negative Rename spec -> test 2017-03-09 20:40:01 -08:00
precedence_on_single_child_positive Rename spec -> test 2017-03-09 20:40:01 -08:00
precedence_on_subsequence Rename spec -> test 2017-03-09 20:40:01 -08:00
readme_grammar Rename spec -> test 2017-03-09 20:40:01 -08:00
start_rule_is_blank Rename spec -> test 2017-03-09 20:40:01 -08:00
start_rule_is_token Rename spec -> test 2017-03-09 20:40:01 -08:00
unused_rules Handle unused tokens 2017-03-09 21:16:37 -08:00
readme.md Rename spec -> test 2017-03-09 20:40:01 -08:00

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.