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: fLex and bYacc


-----Original Message-----
From:	Sean McBride

Does anyone know of any syntactical references or any online manuals for
bYacc.... I got the resulting code to compile fine in VC++5 ... same
goes for fLex.  however I'm not up on the construction of bYacc grammers
and on the tie of bYacc and fLex together... any resources out there??

When I last worked on (F)Lex/Yacc(/Bison), I used the O'Reiley book, which 
was well worth the small investment. For my most recent project I'm using 
ANTLR, which is much more powerful and intuitive than the former. While 2.x 
is a Java solution, 1.33 is designed for C++ and is widely supported. Check 
out www.antlr.org for more details.

Terry

-
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]