feat: fix compiler warnings and generate grammar for tree-sitter 0.25
This commit is contained in:
committed by
Michael Hoffmann
parent
ecb799c619
commit
91ab40725d
@@ -220,8 +220,8 @@ module.exports = function make_grammar(dialect) {
|
||||
[PREC.binary_add, choice("+", "-")],
|
||||
[PREC.binary_ord, choice(">", ">=", "<", "<=")],
|
||||
[PREC.binary_comp, choice("==", "!=")],
|
||||
[PREC.binary_and, choice("&&")],
|
||||
[PREC.binary_or, choice("||")],
|
||||
[PREC.binary_and, "&&"],
|
||||
[PREC.binary_or, "||"],
|
||||
];
|
||||
|
||||
return choice(
|
||||
|
||||
Reference in New Issue
Block a user