tree-sitter/spec
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
..
compiler Remove unnecessary test helpers 2015-09-06 17:07:04 -07:00
fixtures Rename node accessor methods 2015-09-08 23:16:24 -07:00
runtime Rename node accessor methods 2015-09-08 23:16:24 -07:00