Hello Miguel,

Sunday, January 11, 2009, 7:06:54 PM, you wrote:
> I believe it was Bulat Ziganshin who once proposed parsing

> x + y*z + t           as           x + (y * z) + t

> and

> x + y  *  z + t       as           (x + y) * (z + t)

x+y * z+t  should be here


-- 
Best regards,
 Bulat                            mailto:bulat.zigans...@gmail.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to