I have this grammar
S-> Stat Stat -> Exprs WRITE Stat -> Vars READ Vars -> ID COMMA Vars Vars -> ID Exprs -> Expr COMMA Exprs Exprs -> Expr E