Store trees in the links between stack nodes, not in the nodes themselves

This commit is contained in:
Max Brunsfeld 2016-02-23 17:35:50 -08:00
parent abbc282950
commit da2ef7ad35
6 changed files with 295 additions and 351 deletions

View file

@ -112,6 +112,7 @@ describe("The Corpus", []() {
document = ts_document_make();
ts_document_set_language(document, get_test_language(language_name));
// ts_document_set_debugger(document, log_debugger_make(true));
// ts_document_print_debugging_graphs(document, true);
});
after_each([&]() {