tree-sitter/spec/compiler
Max Brunsfeld 1cc7e32e2d Fix handling of tokens consisting of separator characters
The parser is no longer hard-coded to skip whitespace. Tokens
such as newlines, whose characters overlap with the separator
characters, can now be correctly recognized.
2014-04-03 19:10:09 -07:00
..
build_tables Fix handling of tokens consisting of separator characters 2014-04-03 19:10:09 -07:00
helpers Tweak format for example grammars 2014-03-28 13:51:32 -07:00
name_symbols Tweak format for example grammars 2014-03-28 13:51:32 -07:00
rules Represent character sets with unsigned chars 2014-03-31 18:47:18 -07:00
compile_examples.cc Add golang example grammar 2014-03-29 16:29:34 -07:00
compiler_spec_helper.h Fix includes in specs 2014-03-09 22:05:05 -07:00
compiler_specs.cc Clean up parser macros more 2014-03-26 13:03:12 -07:00
prepare_grammar_spec.cc Store grammars' rules in vectors, not maps 2014-03-24 13:17:38 -07:00