"dreamAnders" <dream_anders@yahoo.com.cn> wrote in message
news:1b33b933-749a-48ca-af4f-d7f87f8ebc37@p25g2000pri.googlegroups.com...
> ucc is an ANSI C Compiler. Its code size is about 15,000 lines.
> The lexer, parser and code generator are all hand-written.
> The code structure is very clear and straightforward. And there is an
> interesting value numbering algorithm.
> It also has a document explaining the internal implementation.
> If you are interested at this compiler, you can download it from
> http://sourceforge.net/projects/ucc, which will you to master the
> C language.
Can it compile itself?