Whoops, forgot to send it to the list... ---------- Forwarded message ---------- From: Matt Cupp <[EMAIL PROTECTED]> Date: Mar 20, 2007 11:32 AM Subject: Re: Are Google summer of code 2006 ideas still available? To: Evan Lavelle <[EMAIL PROTECTED]>
Yes, it was something along those lines. I have several files that I currently use the same parser for and the code is very big and ugly looking. I would prefer to be able to break the parsers up based on the type of file they are going to parse. Problem is they use a lot of the same basic types inside each file type and I don't want them duplicated in multiple files. Matt On 3/20/07, Evan Lavelle <[EMAIL PROTECTED]> wrote:
Akim Demaille wrote: > # One would like to be able to split the grammar in several > component. An "import" feature would be acclaimed by our users. in the list; that would be my own top feature request. I think this is what Matt Cupp was asking for a few days ago. Antlr allows grammars to inherit from each other; this looks like a very nice feature, but I've never used it.
_______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
