tree-sitter/spec/runtime
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
..
helpers Add {next,prev}_concrete_sibling Node methods 2015-09-08 21:43:37 -07:00
document_spec.cc Don't automatically hide singleton nodes 2015-09-02 16:36:29 -07:00
language_specs.cc Move corpus files to fixtures/corpus directory 2015-09-02 17:04:04 -07:00
node_spec.cc Rename node accessor methods 2015-09-08 23:16:24 -07:00
parse_stack_spec.cc Rename node accessor methods 2015-09-08 23:16:24 -07:00
parser_spec.cc Rename node accessor methods 2015-09-08 23:16:24 -07:00
runtime_spec_helper.h Tweak header include paths in tests 2014-06-23 18:50:03 -07:00
runtime_specs.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
stack_spec.cc Rename node accessor methods 2015-09-08 23:16:24 -07:00
tree_spec.cc Rename node accessor methods 2015-09-08 23:16:24 -07:00