Related articles |
---|
Visual compiler construction wndfles@jorsm.com (Walt and Denise Fles) (1999-09-05) |
Re: Visual compiler construction bcombee@metrowerks.com (1999-09-06) |
Re: Visual compiler construction t.hutt@worldnet.att.net (Taylor Hutt) (1999-09-10) |
From: | "Walt and Denise Fles" <wndfles@jorsm.com> |
Newsgroups: | comp.compilers |
Date: | 5 Sep 1999 02:39:04 -0400 |
Organization: | Compilers Central |
Keywords: | parse, question, comment |
All,
do "real world" compilers like the VC++ series use Lex and Yacc?
I know that it is recommened to "hand code" a lexer for use with
YACC, but what about products from MS, Borland, and the GNU
compilers are they written in YACC? I couldn't imagine a C grammar
written without it ( though Im sure it originally was ).
--
Walt and Denise Fles
wndfles@jorsm.com
[Some do, some don't. GCC uses a yacc (bison, really) parser. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.