From: | Bill Cox <bill@qswtools.com> |
Newsgroups: | comp.compilers |
Date: | Sun, 16 Nov 2008 20:35:33 -0800 |
Organization: | at&t http://my.att.net/ |
References: | 08-11-061 08-11-073 |
Keywords: | parse, lex, practice |
Posted-Date: | 17 Nov 2008 08:24:24 EST |
Raja Mukherji wrote:
> On Nov 15, 5:49 pm, "tuxisthebirdfo...@gmail.com"
> <tuxisthebirdfo...@gmail.com> wrote:
>> I know most people anymore use lex/yacc or some derivative of these
>> tools to create scanner/parser modules for their compiler projects. I
>> was wondering if anyone has developed a scanner or parser that they
>> personally hand-wrote? ...
The current GNU C++ compiler has had a hand-written lexer and parser for
since version 3.x. The compiler is now at 4.3.2, Source code is
available from gcc.gnu.org through many mirrors.
The lexer is interesting because it has the C preprocessor as *its*
front end.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.