tree-sitter/spec/fixtures
Max Brunsfeld 7ee5eaa16a Rename node accessor methods
Instead of child() vs concrete_child(), next_sibling() vs next_concrete_sibling(), etc,
the default is switched: child() refers to the concrete syntax tree, and named_child()
refers to the AST. Because the AST is abstract through exclusion of some nodes, the
names are clearer if the qualifier goes on the AST operations
2015-09-08 23:16:24 -07:00
..
corpus Move corpus files to fixtures/corpus directory 2015-09-02 17:04:04 -07:00
grammars Use 2-space indent in example grammars 2015-09-03 18:01:30 -07:00
parsers Rename node accessor methods 2015-09-08 23:16:24 -07:00