feat: fix compiler warnings and generate grammar for tree-sitter 0.25

This commit is contained in:
maunzCache
2025-03-30 12:46:26 +02:00
committed by Michael Hoffmann
parent ecb799c619
commit 91ab40725d
7 changed files with 158 additions and 128 deletions

View File

@@ -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(