Re: PGE & Multiple grammar associations

2007-12-04 Thread Patrick R. Michaud
On Tue, Dec 04, 2007 at 12:54:43PM -0500, istarex wrote: > Is it possible to compile a single PGE grammar against multiple sets > of actions to get multiple different parsers? This would be good for > Lisp-like languages where you have one parser that spits out PIR code > and a parser that is invo

PGE & Multiple grammar associations

2007-12-04 Thread istarex
Is it possible to compile a single PGE grammar against multiple sets of actions to get multiple different parsers? This would be good for Lisp-like languages where you have one parser that spits out PIR code and a parser that is invoked for "(read)" calls and spits out s-expression objects. Both