tree-sitter/src/compiler/rules
2017-01-31 11:36:51 -08:00
..
blank.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
blank.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
built_in_symbols.cc Return an error when external token name matches non-terminal rule 2017-01-31 11:36:51 -08:00
built_in_symbols.h Remove old error recovery code 2016-03-02 20:58:39 -08:00
character_range.cc Fix linter errors 2015-10-12 19:22:05 -07:00
character_range.h Remove implicit CharacterRange constructors 2014-08-23 14:52:44 -07:00
character_set.cc Use hash_combine everywhere 2016-11-16 11:46:22 -08:00
character_set.h Refine logic for which tokens to use in error recovery 2016-04-27 14:09:19 -07:00
choice.cc Use hash_combine everywhere 2016-11-16 11:46:22 -08:00
choice.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
metadata.cc Represent rule metadata as a struct, not a map 2016-11-19 13:59:34 -08:00
metadata.h Represent rule metadata as a struct, not a map 2016-11-19 13:59:34 -08:00
named_symbol.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
named_symbol.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
pattern.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
pattern.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
repeat.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
repeat.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
rules.cc Remove EXTERNAL_TOKEN grammar rule type 2016-12-04 15:02:32 -08:00
seq.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
seq.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
string.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
string.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
symbol.cc Start work on external tokens 2016-12-02 16:24:19 -08:00
symbol.h Start work toward maintaining external scanner's state during incremental parses 2016-12-20 17:06:20 -08:00
visitor.cc Represent rule metadata as a struct, not a map 2016-11-19 13:59:34 -08:00
visitor.h Start work on external tokens 2016-12-02 16:24:19 -08:00