Re: Selective Compilation

2011-02-08 Thread Akim Demaille
Le 8 févr. 2011 à 00:34, Evan Lavelle a écrit : > On 07/02/2011 23:13, Tejas Kajarekar wrote: >> Hi Martin, >> If I understand your question correctly, here is a way to have multiple >> scanners and parsers in the same program. > > No, he's asking about using a subset of an existing grammar in a

Re: Selective Compilation

2011-02-08 Thread Hans Aberg
On 8 Feb 2011, at 13:24, Akim Demaille wrote: >>> If I understand your question correctly, here is a way to have multiple >>> scanners and parsers in the same program. >> >> No, he's asking about using a subset of an existing grammar in a new parser. >> >> Example: I have a language which includ