tree-sitter/spec/runtime
Max Brunsfeld 3430a5edcc Clarify distinction btwn tree padding, tree offset, node position
- Node position is public. It represents the node's first character
  index in the document.
- Tree offset is private. It represents the distance between the tree's
  first character index and it's parent's first character index.
- Tree padding is private. It represents the amount of whitespace
  (or other separator characters) immediately preceding the tree.
2014-08-28 13:22:06 -07:00
..
helpers Remove unit test on parser 2014-08-09 00:00:20 -07:00
languages Call handle_error even when error occurs exactly where expected 2014-08-27 18:44:27 -07:00
document_spec.cc Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00
node_spec.cc Fix position calculation in node_find_for_range 2014-08-25 15:52:17 -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 Refactor parser and stack 2014-08-09 01:03:55 -07:00
tree_spec.cc Clarify distinction btwn tree padding, tree offset, node position 2014-08-28 13:22:06 -07:00