Re: Combinator/Monadic parsing tools.

Peter Gammie <peteg@cse.unsw.EDU.AU>
9 Mar 2003 17:11:29 -0500

          From comp.compilers

Related articles
Combinator/Monadic parsing tools. olczyk@interaccess.com (Thaddeus L Olczyk) (2003-02-24)
Re: Combinator/Monadic parsing tools. peteg@cse.unsw.EDU.AU (Peter Gammie) (2003-03-09)
Abstract syntax tree grammars and generator tools rpboland@math.uwaterloo.ca (Ralph P. Boland) (2003-03-14)
Re: Abstract syntax tree grammars and generator tools martin.jourdan@free.fr (2003-03-16)
Re: Abstract syntax tree grammars and generator tools chase@theworld.com (David Chase) (2003-03-17)
Re: Abstract syntax tree grammars and generator tools Nicola.Musatti@ObjectWay.it (2003-03-22)
| List of all articles for this month |

From: Peter Gammie <peteg@cse.unsw.EDU.AU>
Newsgroups: comp.compilers
Date: 9 Mar 2003 17:11:29 -0500
Organization: Compilers Central
References: 03-02-148
Keywords: parse
Posted-Date: 09 Mar 2003 17:11:29 EST

> Are there any lex-like tools that can be used for combinator or
> monadic parsing techniques?


There's Manuel Chakravarty's compiler toolkit (CTK) for Haskell:


http://www.cse.unsw.edu.au/~chak/software.html


(under "miscellaneous").


the paper on lazy lexing can be found here:


http://www.cse.unsw.edu.au/~chak/papers/Cha99.html


cheers
peter



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.