tree-sitter/spec/runtime
Max Brunsfeld 8da9219c3a Remove redundant functions for Documents
There's no need for a `string` function since one already
exists for Nodes.

Now the root node is always stored on the document. This
means callers of `ts_document_root_node` don't need to release
its return value.
2014-08-08 12:58:51 -07:00
..
helpers Fix indentation in specs 2014-08-07 08:11:21 -07:00
languages Remove redundant functions for Documents 2014-08-08 12:58:51 -07:00
document_spec.cc Remove redundant functions for Documents 2014-08-08 12:58:51 -07:00
node_spec.cc Remove redundant functions for Documents 2014-08-08 12:58:51 -07:00
parser_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -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 Simplify handling of ubiquitous tokens during reduce 2014-08-08 08:46:01 -07:00
tree_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00