tree-sitter/spec/runtime
Max Brunsfeld c1565c1aae Track AST nodes' sizes in characters as well as bytes
The `pos` and `size` functions for Nodes now return TSLength structs,
which contain lengths in both characters and bytes. This is important
for knowing the number of unicode characters in a Node.
2014-09-26 16:15:07 -07:00
..
helpers In SpyReader, don't return pointers into main content string 2014-09-26 16:12:52 -07:00
languages Fix expansion of repeat rules into recursive rules 2014-09-07 09:39:14 -07:00
document_spec.cc Move parser tests into their own file 2014-09-10 18:49:53 -07:00
node_spec.cc Track AST nodes' sizes in characters as well as bytes 2014-09-26 16:15:07 -07:00
parser_spec.cc Track AST nodes' sizes in characters as well as bytes 2014-09-26 16:15:07 -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 Track AST nodes' sizes in characters as well as bytes 2014-09-26 16:15:07 -07:00
tree_spec.cc Track AST nodes' sizes in characters as well as bytes 2014-09-26 16:15:07 -07:00