Re: compiler with python

2010-03-07 Thread Mark Lawrence
AM, Dave Angel wrote: 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 d

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

compiler with python

2010-03-06 Thread mohamed issolah
hey, yes quad = quad tuple like ("+",x1,x2,temp) I work in linux example : my parser with flex : -- issolah mohamed token.l Description: Binary data -- http://mail.python.org/mailman/listinfo/python-list

Re: compiler with python

2010-03-06 Thread Alf P. Steinbach
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, How can I construct a compiler with python just f

Re: compiler with python

2010-03-06 Thread Steven Howe
ah 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 you

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,

compiler with python

2010-03-06 Thread mohamed issolah
hey, 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. -- issolah mohamed -- http://mail.python.org/mailman/listinfo/python-list

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 i

compiler with python

2010-03-06 Thread mohamed issolah
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 ;-) -- issolah mohamed -- http://mail.python.org/mailman/listinfo/python-list