tree-sitter/spec/compiler
Max Brunsfeld 1d314d71c2 Separate functions for building parse and lex tables
Now, instead of adding states to the lex table as they are needed
by the parse states, we iterate over the parse states after the fact
and set up their corresponding lex states. This has the nice side
effect that the lex states are in a more readable order.
2014-05-04 22:07:52 -07:00
..
build_tables Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
helpers ISymbol -> Symbol 2014-04-28 20:43:27 -07:00
prepare_grammar Expose all grammar compilation errors 2014-05-01 23:28:40 -07:00
rules Store choice rules using vectors, not pairs 2014-04-26 23:21:09 -07:00
compile_examples.cc Expose all grammar compilation errors 2014-05-01 23:28:40 -07:00
compiler_spec_helper.h Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
compiler_specs.cc Clean up parser macros more 2014-03-26 13:03:12 -07:00