tree-sitter/spec
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
..
compiler Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
runtime Add constructor calls, pre/postfix operators to js grammar 2014-05-04 13:36:19 -07:00