|
@@ -7290,7 +7290,7 @@ an assignment statement followed by a $\Tail$ expression, a
|
|
&\MID& \BINOP{\Atm}{\itm{binaryop}}{\Atm}
|
|
&\MID& \BINOP{\Atm}{\itm{binaryop}}{\Atm}
|
|
\MID \UNIOP{\itm{unaryop}}{\Atm} \\
|
|
\MID \UNIOP{\itm{unaryop}}{\Atm} \\
|
|
&\MID& \CMP{\Atm}{\itm{cmp}}{\Atm} \\
|
|
&\MID& \CMP{\Atm}{\itm{cmp}}{\Atm} \\
|
|
-\Stmt &::=& \PRINT{\Exp} \MID \EXPR{\Exp} \\
|
|
|
|
|
|
+\Stmt &::=& \PRINT{\Atm} \MID \EXPR{\Exp} \\
|
|
&\MID& \ASSIGN{\VAR{\Var}}{\Exp}
|
|
&\MID& \ASSIGN{\VAR{\Var}}{\Exp}
|
|
\MID \RETURN{\Exp} \MID \GOTO{\itm{label}} \\
|
|
\MID \RETURN{\Exp} \MID \GOTO{\itm{label}} \\
|
|
&\MID& \IFSTMT{\CMP{\Atm}{\itm{cmp}}{\Atm}}{\LS\GOTO{\itm{label}}\RS}{\LS\GOTO{\itm{label}}\RS}
|
|
&\MID& \IFSTMT{\CMP{\Atm}{\itm{cmp}}{\Atm}}{\LS\GOTO{\itm{label}}\RS}{\LS\GOTO{\itm{label}}\RS}
|