tree-sitter/src/compiler/rules
2018-08-01 14:00:57 -07:00
..
blank.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
character_set.cc Make ts_compile_grammar take an optional log file, start logging to it 2018-05-24 16:01:14 -07:00
character_set.h Make ts_compile_grammar take an optional log file, start logging to it 2018-05-24 16:01:14 -07:00
choice.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
choice.h Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
metadata.cc Add IMMEDIATE_TOKEN rule type, for enforcing no preceding extras 2018-08-01 14:00:57 -07:00
metadata.h Add IMMEDIATE_TOKEN rule type, for enforcing no preceding extras 2018-08-01 14:00:57 -07:00
named_symbol.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
pattern.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
repeat.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
repeat.h Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
seq.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
seq.h Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
string.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
symbol.h Create separate lexer function for keywords 2018-03-07 12:00:26 -08:00