* Tillmann Rendel <[email protected]> [2013-02-20 09:59:47+0100]
> One way to fix this problem is to refactor the grammar in order to
> avoid left recursion. So let's distinguish "expressions that can
> start with expressions" and "expressions that cannot start with
> expressions":
> 
> [...]
>
> PS. Try adding multiplication to your grammar. You will need a
> similar trick to get the priorities right.

And then try adding subtraction ;-)

Roman

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to