Introduce a C Compiler ucc

dreamAnders <dream_anders@yahoo.com.cn>
Sat, 10 May 2008 18:13:59 -0700 (PDT)

          From comp.compilers

Related articles
Introduce a C Compiler ucc dream_anders@yahoo.com.cn (dreamAnders) (2008-05-10)
Re: Introduce a C Compiler ucc gress@optusnet.com.au (karel) (2008-05-10)
Re: Introduce a C Compiler ucc liangkun1983@gmail.com (Alex L.K) (2008-05-11)
Re: Introduce a C Compiler ucc gress@optusnet.com.au (karel) (2008-05-11)
Re: Introduce a C Compiler ucc admin@kam.ro (Razvan Aciu) (2008-05-12)
| List of all articles for this month |

From: dreamAnders <dream_anders@yahoo.com.cn>
Newsgroups: comp.compilers
Date: Sat, 10 May 2008 18:13:59 -0700 (PDT)
Organization: Compilers Central
Keywords: C, available
Posted-Date: 10 May 2008 21:47:14 EDT

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



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.