Re: compiler with python

2010-03-07 Thread Mark Lawrence
Alf and Steven Howe, please don't top post, it makes it all but impossible to follow a thread. Darn!:) Mark Lawrence. Alf P. Steinbach wrote: Since Mohamed is talking about compilation I think it's more likely he's talking about an intermediate program represention based on quad tuples like

Re: compiler with python

2010-03-07 Thread Stefan Behnel
mohamed issolah, 06.03.2010 14:07: I want to create a compiler which transform a code like pascal code (that what I do in C) to "quad" In C, I use BISON and FLEX tools. Hi, please stop starting new threads for the same topic. Instead, reply to responses you get. Stefan -- http://mail.pytho

Re: compiler with python

2010-03-06 Thread Alf P. Steinbach
Since Mohamed is talking about compilation I think it's more likely he's talking about an intermediate program represention based on quad tuples like (OP, DESTINATION, ARG1, ARG2) Cheers, - Alf * Steven Howe: Is it possible he's talking about a 'quad core'? as in a CPU? In that case I thi

Re: compiler with python

2010-03-06 Thread Steven Howe
Is it possible he's talking about a 'quad core'? as in a CPU? In that case I think he wants to optimize a python program for a multiprocessor core with four processors. sph On 03/06/2010 07:56 AM, Dave Angel wrote: mohamed issolah wrote: 2010/3/6 Dave Angel mohamed issolah wrote: hey,

Re: compiler with python

2010-03-06 Thread Dave Angel
mohamed issolah wrote: 2010/3/6 Dave Angel mohamed issolah wrote: hey, How can I construct a compiler with python just for informatiom ., I have habit to construct it with C language, sorry for my english ;-) You need to tell us what you're really trying to do, what tool

Re: compiler with python

2010-03-06 Thread Dave Angel
mohamed issolah wrote: hey, How can I construct a compiler with python just for informatiom ., I have habit to construct it with C language, sorry for my english ;-) You need to tell us what you're really trying to do, what tools you're willing to use, and probably why you want it. And if