Python Front-end to GCC

Mark Janssen dreamingforward at gmail.com
Mon Oct 21 16:26:06 EDT 2013


On Mon, Oct 21, 2013 at 4:08 AM, Philip Herron
<herron.philip at googlemail.com> wrote:
> Thanks, i've been working on this basically on my own 95% of the compiler is all my code, in my spare time. Its been fairly scary all of this for me. I personally find this as a real source of interest to really demystify compilers and really what Jit compilation really is under the hood.

So I'm curious, not having looked at your code, are you just
translating python code into C code to make your front-end to gcc?
Like converting "[1,2,3]" into a C linked-list data structure and
making 1 an int (or BigNum?)?

-- 
MarkJ
Tacoma, Washington



More information about the Python-list mailing list