Compare commits

..

No commits in common. "530f6ddf518418e785ae10cbb0afdc210895ddcd" and "57dd9c1aa4244daca2dd95f145be1240cadd2774" have entirely different histories.

View File

@ -276,7 +276,6 @@ equations:
| /* empty */ { [] }
| equation SEMICOL equations
{ $1 :: $3 }
| equation OPTIONAL_SEMICOL { [$1] }
;
equation: