tree-sitter/spec/runtime
Max Brunsfeld 545e575508 Revert "Remove the separator characters construct"
This reverts commit 5cd07648fd.

The separators construct is useful as an optimization. It turns out that
constructing a node for every chunk of whitespace in a document causes a
significant performance regression.

Conflicts:
	src/compiler/build_tables/build_lex_table.cc
	src/compiler/grammar.cc
	src/runtime/parser.c
2014-09-02 08:03:51 -07:00
..
helpers Remove unit test on parser 2014-08-09 00:00:20 -07:00
languages Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
document_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
node_spec.cc Fix size calculation for error nodes 2014-08-29 13:22:03 -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 Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
tree_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00