On Apr 13, 2005, at 1:30 AM, thanh tuan wrote:
I am a student, and I am studying to build an ANSI C compiler into
ASM.
I know, you can download gcc and then do configure && make CFLAGS=-
save-temps. This will give you asm for an ANSI C compiler. :-)
[ wrong list, please use gcc-help instead. ]
On Wed, Apr 13, 2005 at 03:30:31PM +0700, thanh tuan wrote:
> Hello,
> I am a student, and I am studying to build an ANSI C compiler into
> ASM. The things I need now are the ANSI C specification ( or something
> about the state machine, automata to do lexeme and syntax...)
> Please tell me whe