From 80957326bcc3c55c55aee581d46141a13af7bcb2 Mon Sep 17 00:00:00 2001 From: omicron Date: Tue, 1 Apr 2025 23:22:17 +0200 Subject: [PATCH] fix operands list grammar rule --- doc/parser_grammar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/parser_grammar.txt b/doc/parser_grammar.txt index de19ba8..e7e9315 100644 --- a/doc/parser_grammar.txt +++ b/doc/parser_grammar.txt @@ -9,7 +9,7 @@ ::= - ::= ( )* + ::= ( )* ::= | |