tree-sitter/src
Max Brunsfeld 0dd41f0d74 Restore logic for restricting keyword tokens
Removing this restriction created problems for the Rust grammar, and
possibly others. The proper fix would be to ensure that the 'word
token' matches *every* possible string that a 'keyword token'
matches, as opposed to just matching *some* of the same strings.
This would require us to gather a little more information
about how tokens conflict. For now, I'm just going to put back the
hard-coded logic that we had.
2018-06-15 13:15:02 -07:00
..
compiler Restore logic for restricting keyword tokens 2018-06-15 13:15:02 -07:00
runtime Fix another const mismatch warning 2018-06-14 12:38:52 -07:00