tree-sitter/src/compiler
Max Brunsfeld 5cd07648fd Remove the separator characters construct
Now, grammars can handle whitespace by making it another ubiquitous
token, like comments.

For now, this has the side effect of whitespace being included in the
tree that precedes it. This was already an issue for other ubiquitous
tokens though, so it needs to be fixed anyway.
2014-09-01 20:19:43 -07:00
..
build_tables Remove the separator characters construct 2014-09-01 20:19:43 -07:00
generate_code Remove the separator characters construct 2014-09-01 20:19:43 -07:00
prepare_grammar Remove the separator characters construct 2014-09-01 20:19:43 -07:00
rules Remove the separator characters construct 2014-09-01 20:19:43 -07:00
util Remove implicit CharacterRange constructors 2014-08-23 14:52:44 -07:00
compile.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
conflict.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
grammar.cc Remove the separator characters construct 2014-09-01 20:19:43 -07:00
lex_table.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
lex_table.h Remove the separator characters construct 2014-09-01 20:19:43 -07:00
parse_table.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
parse_table.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
prepared_grammar.cc Remove the separator characters construct 2014-09-01 20:19:43 -07:00
prepared_grammar.h Remove the separator characters construct 2014-09-01 20:19:43 -07:00