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: | Taylor Hutt <t.hutt@worldnet.att.net> |
Newsgroups: | comp.compilers |
Date: | 10 Sep 1999 00:06:58 -0400 |
Organization: | Logic Magicians |
References: | 99-09-005 |
Keywords: | practice, parse |
Walt and Denise Fles wrote:
> do "real world" compilers like the VC++ series use Lex and Yacc?
Borland's C/C++ and Pascal compilers are all recursive descent
with hand-coded lexers. The C/C++ compiler lexer is written in ASM.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.