suggested by rob (could make programs generating
go easier to write).
R=ken
DELTA=13 (13 added, 0 deleted, 0 changed)
OCL=16766
CL=16766
import:
LIMPORT import_stmt
| LIMPORT '(' import_stmt_list_r osemi ')'
+| LIMPORT '(' ')'
import_stmt:
import_here import_package import_there
{
$$ = rev($3);
}
+| LVAR '(' ')'
+ {
+ $$ = N;
+ }
| LCONST '(' constdcl osemi ')'
{
iota = 0;
lastconst = N;
$$ = N;
}
+| LCONST '(' ')'
+ {
+ $$ = N;
+ }
| LTYPE Atypedcl
{
$$ = N;
{
$$ = N;
}
+| LTYPE '(' ')'
+ {
+ $$ = N;
+ }
Bcommon_dcl:
LVAR Bvardcl