tree-sitter/src/compiler
Max Brunsfeld a19b0e75ac 🔥 keyword and keypattern functions
Just make strings have higher precedence than regexps.
2015-03-22 16:00:26 -07:00
..
build_tables Replace prec rule w/ left_assoc and right_assoc 2015-03-16 23:12:34 -07:00
generate_code Identify fragile reductions at compile time 2015-02-21 15:11:03 -08:00
prepare_grammar Refactor avoidance of redundant repeat rules 2015-01-14 21:11:19 -08:00
rules 🔥 keyword and keypattern functions 2015-03-22 16:00:26 -07:00
util Generate correct C literals for non-ascii characters 2014-09-28 18:40:15 -07:00
compile.cc Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
grammar.cc Remove whitespace between template closing tags 2014-10-12 11:51:12 -07:00
lex_table.cc Fix uninitialized variable error 2015-02-16 22:09:30 -08:00
lex_table.h Fix uninitialized variable error 2015-02-16 22:09:30 -08:00
lexical_grammar.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
lexical_grammar.h Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
parse_table.cc Replace prec rule w/ left_assoc and right_assoc 2015-03-16 23:12:34 -07:00
parse_table.h Replace prec rule w/ left_assoc and right_assoc 2015-03-16 23:12:34 -07:00
syntax_grammar.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
syntax_grammar.h Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00