tree-sitter/examples/parsers
Max Brunsfeld 05e16a8c46 Remove ordering of parse and lex items
Using an unordered_map and unordered_set to store these
speeds up grammar compilation significantly. The ordering
method on items was using the rules' .to_string method to
compute the order, which was not a meaningful comparison,
and was probably slow.
2014-03-26 13:13:22 -07:00
..
arithmetic.c Clean up parser macros more 2014-03-26 13:03:12 -07:00
javascript.c Remove ordering of parse and lex items 2014-03-26 13:13:22 -07:00
json.c Clean up parser macros more 2014-03-26 13:03:12 -07:00