Extending parsing combinators

1998-04-03 Thread Marko Schuetz
> "Dave" == Dave Tweed <[EMAIL PROTECTED]> writes: Dave> A longshot I know but... Dave> Has anyone out there extended the parser combinators in Hutton & Meijers Dave> paper on Monadic Parser Combinators to deal with a large set of operators Dave> with lots of precedence levels? (I can parse a

Re: Extending parsing combinators

1998-04-02 Thread Olaf Chitil
Dave Tweed wrote: > Has anyone out there extended the parser combinators in Hutton & Meijers > paper on Monadic Parser Combinators to deal with a large set of operators > with lots of precedence levels? Have a look at Steve Hill: Combinators for parsing expressions, J. Functional Programming 6

Extending parsing combinators

1998-04-02 Thread Dave Tweed
A longshot I know but... Has anyone out there extended the parser combinators in Hutton & Meijers paper on Monadic Parser Combinators to deal with a large set of operators with lots of precedence levels? (I can parse an operator and get its application function and precedence level but applying t