fix missing quote

This commit is contained in:
Debucquoy Anthony 2025-03-16 11:34:53 +01:00
parent 4ee05452c0
commit 5aaaf574d1
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -17,7 +17,7 @@ controls: test
test: "si" expression "alors" "{" instruction* "}"
loop: "si" expression "alors" { (instruction)* }
loop: "si" expression "alors" "{" (instruction)* "}"
COMMENT: "#" /[^\n]/
%ignore COMMENT