We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e890c18 commit c020ea7Copy full SHA for c020ea7
1 file changed
src/statement-list/parser.y
@@ -431,7 +431,7 @@ FB_Static_Decl:
431
;
432
433
FB_Body:
434
- TOK_BEGIN Oom_IL_Network
+ TOK_BEGIN Zom_IL_Network
435
{
436
$$ = $2;
437
}
@@ -617,24 +617,23 @@ Constant_Decl:
617
618
619
Func_Body:
620
621
622
623
624
625
626
// Network declaration
627
-Oom_IL_Network:
628
- Oom_IL_Network IL_Network
+Zom_IL_Network:
+ Zom_IL_Network IL_Network
629
630
$$ = $1;
631
parser_stack($$).add_to_operands(std::move(parser_stack($2)));
632
633
- | IL_Network
+ | /* nothing */
634
635
newstack($$);
636
parser_stack($$).id(ID_statement_list_networks);
637
- parser_stack($$).add_to_operands(std::move(parser_stack($1)));
638
639
640
0 commit comments