> nitpick, but:
> 
> > body returns [Object v] : i_expr
> >   (same body1=body {$v = cons($i_expr.v, $body1.v);}
> >    | dedent        {$v = list($i_expr.v);} ) ;
> 
> The "i_expr" there looks like it's hiding, so I suggest the maybe-clearer:
> 
> > body returns [Object v] :
> >   i_expr
> >   (same body1=body {$v = cons($i_expr.v, $body1.v);}
> >    | dedent        {$v = list($i_expr.v);} ) ;

Sure. Done.

--- David A. Wheeler

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to