tree-sitter/include/tree_sitter
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.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
parser.h Rename node accessor methods 2015-09-08 23:16:24 -07:00
runtime.h Rename node accessor methods 2015-09-08 23:16:24 -07:00