Re: how to install the PLY (Python Lex-Yacc) package in windows

2011-03-21 Thread Chris Rebert
On Mon, Mar 21, 2011 at 10:53 PM, Sachin Kumar Sharma wrote: > BB, > > I downloaded PLY (Python Lex-Yacc) package for a script use it for parsing > and looking to install under windows. > > It has setup.py file, and the command mentioned for installation is > > Python setu

how to install the PLY (Python Lex-Yacc) package in windows

2011-03-21 Thread Sachin Kumar Sharma
BB, I downloaded PLY (Python Lex-Yacc)<http://www.dabeaz.com/ply/> package for a script use it for parsing and looking to install under windows. It has setup.py file, and the command mentioned for installation is Python setup.py install Doesn't work for windows. Any advice. Che

Re: Python lex settings

2008-12-18 Thread Sergey Shepelev
On Dec 19, 2:16 am, Robert Kern wrote: > Sergey Shepelev wrote: > > Hello. > > > I'm trying to make almost-Python source to Erlang source translation > > tool. > > > Are there ready ply.lex settings for parsing python source? > > Yes! Andrew Dalke has implemented a PLY grammar for Python for exper

Re: Python lex settings

2008-12-18 Thread Robert Kern
Sergey Shepelev wrote: Hello. I'm trying to make almost-Python source to Erlang source translation tool. Are there ready ply.lex settings for parsing python source? Yes! Andrew Dalke has implemented a PLY grammar for Python for experimenting with almost-Python languages. http://www.dalke

Python lex settings

2008-12-18 Thread Sergey Shepelev
Hello. I'm trying to make almost-Python source to Erlang source translation tool. Are there ready ply.lex settings for parsing python source? -- http://mail.python.org/mailman/listinfo/python-list

Re: best option for python lex/yacc?

2008-06-30 Thread Paul McGuire
On Jun 30, 1:47 am, [EMAIL PROTECTED] wrote: > I'm porting a C lex/yacc based project, and would like to redo > it in python. > > What's the best option for a python lex/yacc-like?  I've > googled a few things, but wanted to see the current concensus. > > Man

best option for python lex/yacc?

2008-06-29 Thread mh
I'm porting a C lex/yacc based project, and would like to redo it in python. What's the best option for a python lex/yacc-like? I've googled a few things, but wanted to see the current concensus. Many TIA! Mark -- Mark Harrison Pixar Animation Studios -- http://mail.pyt

Lex Python

2005-05-17 Thread s
I am using bumblebee software PARSER GENERATOR to make a C file from LEX regular definitions. I want to compile that C file with VS .NET but I have problems. I am working this for Python regular definitions. Does somebody know how to configure a project to work? Or maybe somone havde done all

Re: python LEX

2005-04-21 Thread Mike Meyer
Miki Tebeka <[EMAIL PROTECTED]> writes: > Hello jozo, > >> I have to work on python lexical definition in Lex. I spent lots of my >> time to find regular expresions written for Lex of Python language but >> nothing. >> Can somebody help me? > http://www.an

Re: python LEX

2005-04-21 Thread Maurice LING
jozo wrote: I have to work on python lexical definition in Lex. I spent lots of my time to find regular expresions written for Lex of Python language but nothing. Can somebody help me? I nEED hELP Jython has a Python language lexer written using JavaCC. -- http://mail.python.org/mailman

Re: Lex

2005-04-21 Thread Diez B. Roggisch
jozo wrote: > I NEED HELP!!! Shouting won't give you help. Reading this http://www.catb.org/~esr/faqs/smart-questions.html and coming back with a more elaborate question might. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list

Re: python LEX

2005-04-21 Thread Miki Tebeka
Hello jozo, > I have to work on python lexical definition in Lex. I spent lots of my > time to find regular expresions written for Lex of Python language but > nothing. > Can somebody help me? http://www.antlr.org/grammar/list (search for Python) You can search in projects like Pyre

Re: python LEX

2005-04-21 Thread Tim Daneliuk
Tim Daneliuk wrote: jozo wrote: I have to work on python lexical definition in Lex. I spent lots of my time to find regular expresions written for Lex of Python language but nothing. Can somebody help me? I nEED hELP http://systems.cs.uchicago.edu/ply/ Whoops - I did not read your question

Re: python LEX

2005-04-21 Thread Tim Daneliuk
jozo wrote: I have to work on python lexical definition in Lex. I spent lots of my time to find regular expresions written for Lex of Python language but nothing. Can somebody help me? I nEED hELP http://systems.cs.uchicago.edu/ply

python LEX

2005-04-21 Thread jozo
I have to work on python lexical definition in Lex. I spent lots of my time to find regular expresions written for Lex of Python language but nothing. Can somebody help me? I nEED hELP -- http://mail.python.org/mailman/listinfo/python-list

Re: Lex

2005-04-21 Thread jozo
I NEED HELP!!! -- http://mail.python.org/mailman/listinfo/python-list

Lex

2005-04-20 Thread jozo
I have to work on python lexical definition in Lex. I spent lots of my time to find regular expresions written for Lex of Python language but nothing. Can somebody help me? -- http://mail.python.org/mailman/listinfo/python-list