tree-sitter/spec/compiler/prepare_grammar
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
..
expand_repeats_spec.cc Refactor - represent char sets in terms of inclusions and exclusions 2014-08-23 14:25:45 -07:00
expand_tokens_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
extract_tokens_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
intern_symbols_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
parse_regex_spec.cc Remove implicit CharacterRange constructors 2014-08-23 14:52:44 -07:00