tree-sitter/spec/runtime
Max Brunsfeld b113dc8b0f Return a TreeArray from ts_stack_pop
Since the capacity is now included in the return value, the buffer
can be reused in the ts_parser__accept function. Also, it's just
cleaner to use Array consistently, rather than a separate buffer
and size.
2016-02-21 22:31:13 -08:00
..
document_spec.cc Fix assorted memory leaks in test code 2016-02-05 12:23:54 -08:00
node_spec.cc Add test for node that has only one symbol 2016-02-20 13:38:39 -08:00
parser_spec.cc Use an object pool for stack nodes, to reduce allocations 2016-02-04 11:19:42 -08:00
stack_spec.cc Return a TreeArray from ts_stack_pop 2016-02-21 22:31:13 -08:00
tree_spec.cc Move sexp-generation code to node.c 2016-02-19 15:41:09 -08:00