tree-sitter precedence not working as expected
I am new to tree-sitter, and I am trying to generate Grammar that split the input into single words unless they surrounded with double quotes.
Parser selects the wrong rule, even though the right rule could match and has precedence
I’m writing a parser for VBScript/VBA and I’m running into a problem where the parser seems to select the wrong rule and I can’t figure out why. My grammar is way bigger than the one posted here, but I have simplified it to a minimal reproducer.
Resolve conflict in tree-sitter grammar
I want to create code with only identifiers and couple symbols like