help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make Bison disregard tokens?


From: henrik . sorensen
Subject: Re: How to make Bison disregard tokens?
Date: Fri, 2 Mar 2007 15:02:43 +0100
User-agent: KMail/1.9.5

On Friday 02 March 2007 14:54, Edsko de Vries wrote:
> If you have a
> good solution for that, I'd be very interested to hear it!
look at pl1gcc.sourceforge.net

in the scanner you 'just' have to do all the bean counting yourself, and you 
have to come up with a prober structure to keep the locations, but other than 
that it is straight forward to implement.

In my flex scanner I have a macro that returns the tokens to the parser.


Henrik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]