tree-sitter/spec/fixtures/parsers
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
..
arithmetic.c Rename node accessor methods 2015-09-08 23:16:24 -07:00
c.c Rename node accessor methods 2015-09-08 23:16:24 -07:00
golang.c Rename node accessor methods 2015-09-08 23:16:24 -07:00
javascript.c Rename node accessor methods 2015-09-08 23:16:24 -07:00
json.c Rename node accessor methods 2015-09-08 23:16:24 -07:00