tree-sitter/spec/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
helpers Remove implicit CharacterRange constructors 2014-08-23 14:52:44 -07:00
prepare_grammar Remove the separator characters construct 2014-09-01 20:19:43 -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