tree-sitter/src/compiler
2015-05-02 20:42:47 -07:00
..
build_tables Include 'goal' non-terminal names in conflict description 2015-04-16 17:43:30 -07:00
generate_code Identify fragile reductions at compile time 2015-02-21 15:11:03 -08:00
prepare_grammar Dedup auxiliary repeat rules from different source rules 2015-05-02 20:42:47 -07:00
rules Replace {left,right}_assoc w/ prec, with an associativity argument 2015-03-23 21:06:31 -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