tree-sitter/spec
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
..
compiler Fix initializer list deduction warnings in specs 2014-08-27 22:23:45 -07:00
runtime Clarify distinction btwn tree padding, tree offset, node position 2014-08-28 13:22:06 -07:00