This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How do I link programs created with flex and bison.


Gary V. Vaughan wrote:
> 
> I have found that using byacc (rather than bison) to generate the parser
> removes the dependency on alloca.  Of course this means that the yacc
> source must be generic and not depend on any of bisons extra features.

I have the experience, byacc is easier to use, if you are accustomed, to
work with yacc. Like yacc, it's less restrictive in usage of the value
stack. Bison tends to be griping...

Bye,
Corinna

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]