tree-sitter/spec/compiler/build_tables
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
..
build_parse_table_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
conflict_manager_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
first_set_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
get_metadata_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
item_set_closure_spec.cc Fix initializer list deduction warnings in specs 2014-08-27 22:23:45 -07:00
item_set_transitions_spec.cc Fix initializer list deduction warnings in specs 2014-08-27 22:23:45 -07:00
lex_item_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
merge_transitions_spec.cc Refactor - represent char sets in terms of inclusions and exclusions 2014-08-23 14:25:45 -07:00
rule_can_be_blank_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
rule_transitions_spec.cc Remove implicit CharacterRange constructors 2014-08-23 14:52:44 -07:00