Re: Monadic Parsing

2008-12-05 Thread Randall R Schulz
On Wednesday 03 December 2008 15:13, jim wrote: > Continuing with the monad theme, I decided to implement monadic > parsing in Clojure. Erik Meijer and Graham Hutton published a paper > called "Monadic Parsing in Haskell" and I implemented the examples > from that paper in

Monadic Parsing

2008-12-03 Thread jim
Continuing with the monad theme, I decided to implement monadic parsing in Clojure. Erik Meijer and Graham Hutton published a paper called "Monadic Parsing in Haskell" and I implemented the examples from that paper in Clojure. The code is available here: http://groups.google.com/gro