tree-sitter/spec/compiler
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_tables Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
helpers Remove implicit CharacterRange constructors 2014-08-23 14:52:44 -07:00
prepare_grammar Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
rules Refactor - represent char sets in terms of inclusions and exclusions 2014-08-23 14:25:45 -07:00
compile_examples.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
compile_spec.cc Fix segfault when grammar consists of a single token 2014-07-23 18:26:10 -07:00
compiler_spec_helper.h Tweak header include paths in tests 2014-06-23 18:50:03 -07:00
compiler_specs.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00