tree-sitter/spec/compiler
Max Brunsfeld 686dc0997c Avoid introducing certain lexical conflicts during parse state merging
The current pretty conservative approach is to avoid merging parse states which
would cause a pair tokens to co-exist for the first time in any parse state,
where the two tokens can start with the same character and at least one of the
tokens can contain a character which is part of the grammar's separators.
2017-02-27 22:54:38 -08:00
..
build_tables Avoid introducing certain lexical conflicts during parse state merging 2017-02-27 22:54:38 -08:00
prepare_grammar Avoid introducing certain lexical conflicts during parse state merging 2017-02-27 22:54:38 -08:00
rules Start work on external tokens 2016-12-02 16:24:19 -08:00
util Unify test targets, use externally defined languages as fixtures 2016-01-15 11:19:24 -08:00