Rework LR conflict resolution
* Unify precedence/associativity-based resolution with the search for a whitelisted conflict * Improve conflict error messages
This commit is contained in:
parent
7968da672f
commit
32387400c6
20 changed files with 719 additions and 910 deletions
|
|
@ -108,7 +108,7 @@ class CCodeGenerator {
|
|||
|
||||
private:
|
||||
void add_includes() {
|
||||
add("#include \"tree_sitter/parser.h\"");
|
||||
add("#include <tree_sitter/parser.h>");
|
||||
line();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue