tree-sitter/spec/runtime/languages/javascript
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
..
control_flow.txt Add for-in loops and math assignment operators to js grammar 2014-07-07 13:35:55 -07:00
errors.txt Add for-in loops and math assignment operators to js grammar 2014-07-07 13:35:55 -07:00
literals.txt Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00
operators.txt Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00