Re: [Tinycc-devel] Basic questions about *implementation details* of tinycc please....

2006-09-28 Thread PerfectDark
>I'm curious what are the best/simplest/most powerful techniques >to convert output of a parser to assembly code that tinycc uses. > >I'm a newbie trying to learn compilers and tinycc looked interesting. > >Does it use clever nice tricks to convert a C program's abstract >syntax tree to assembly? >

[Tinycc-devel] Basic questions about *implementation details* of tinycc please....

2006-09-28 Thread chris
I'm curious what are the best/simplest/most powerful techniques to convert output of a parser to assembly code that tinycc uses. I'm a newbie trying to learn compilers and tinycc looked interesting. Does it use clever nice tricks to convert a C program's abstract syntax tree to assembly? Any inf