On Fri, 16 Jun 2006, Akim Demaille wrote:
> >>> "Joel" == Joel E Denny <[EMAIL PROTECTED]> writes:
>
> > + /* Header prologue. */
> > + "%header{" code_start = loc->start; BEGIN SC_HEADER_PROLOGUE;
>
> No, please, that's exactly what I've been fighting against. Please,
> make this *syntactic*, not lexical. That is to say, add a %header
> token to the scanner, but leave the processing to the grammar.
Yeah, sorry. I modeled that first patch after the existing PROLOGUE. I
modeled the second path after %initial-action instead, so I believe you'll
like it better. I like it better in that respect too.
Joel