I'm strongly leaning towards taking them all out (sans $, as Max mentioned).
Relevant Github issue: https://github.com/yesodweb/yesod/issues/278
I personally like to have them, but only if they actually work in all
situations (or at least when there's a very clear distinction between
what's supported an what's not). So if the current implementation is
giving problems, I'd say remove support until there's something that
actually does work.
luite
That's a funny comment: the whole feature is to tree infix operators
differently! That's at the crux of the matter: is this an extra
difference that should be reflected in Hamlet? If we're following the
dumb language theory, it might be overkill.
+1 for taking them out.
--
Felipe.
max
Max
Could you use haskell-src-exts for doing the parsing and then just evaluate the AST?
I've removed infix operators from master:
https://github.com/yesodweb/shakespeare/commit/40b6496ace781aabbefaa470f10a7ddab283b5f6
Michael
On Wednesday, March 28, 2012 at 11:31 PM, Michael Snoyman wrote: