Alex Knauth did up a simple infix solution for Heresy, based on the Maya
mini-DSL for Clojure, which I've finally got round to merging into the main
tree.

No docs yet, but you can see the code:
https://github.com/jarcane/heresy/blob/master/lib/infix-math.rkt
And the test cases should make the functionality pretty clear:
https://github.com/jarcane/heresy/blob/master/tests/infix-math.rkt

On Sat, May 30, 2015 at 10:32 PM, Jos Koot <[email protected]> wrote:

>  To whom is interested,
>
> https://gist.github.com/joskoot/797a9e7d2276cf59d747
>
>  A toy allowing infix notation to be embedded in Racket.
> Based purely on pattern matching of syntax-case.
> In many aspects differs from the infix of Jens Axel Søgaard.
> I probably never shall use it, but I had much fun making it.
> First time I made a parser without explicitly using a push down automaton.
> Docs are included in the source. Should be moved to scribble, of course.
>
> Best wishes, Jos
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to