Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Python Parsers (http://www.programmingforums.org/showthread.php?t=10301)

Silicon_Pudding Jun 12th, 2006 11:00 AM

Python Parsers
 
What Python parser would you guys recommend?

Thanks.

somehollis Jun 12th, 2006 11:10 AM

Well, IDLE (that comes with the windows install of python) is not a bad one. You could also use a more traditional text editor like vi or emacs.

DaWei Jun 12th, 2006 11:18 AM

:confused: What does parser mean or imply these days?

Silicon_Pudding Jun 12th, 2006 11:41 AM

Quote:

Originally Posted by somehollis
Well, IDLE (that comes with the windows install of python) is not a bad one. You could also use a more traditional text editor like vi or emacs.

Those are text editors.

Parser generators identify the grammar structure. These are parsers: http://wiki.python.org/moin/LanguageParsing

I don't really know much about them. That's why I'm looking into it :banana:

Dietrich Jun 12th, 2006 11:47 AM

I think our friend is talking about a language parser written in Python.

somehollis Jun 12th, 2006 11:59 AM

Quote:

Originally Posted by Silicon_Pudding
Those are text editors.

Parser generators identify the grammar structure. These are parsers: http://wiki.python.org/moin/LanguageParsing

I don't really know much about them. That's why I'm looking into it :banana:

Whoops... I think my reading comprehension skills are still in an early-morning stupor... :o

Silicon_Pudding Jun 12th, 2006 12:03 PM

So... Any recommendations? That list probably has the most recent ones.

Arevos Jun 12th, 2006 12:06 PM

Quote:

Originally Posted by Silicon_Pudding
What Python parser would you guys recommend?

I'd recommend PyParsing. Search the forums for it, and you'll find a few of my posts on it. Nothing too detailed though, so you may be better off Googling the website.

The reason I like PyParsing is that it's simple, and relatively powerful. After messing around with JavaCC, Bison and Flex at Uni, PyParsing was a very welcome change.

Silicon_Pudding Jun 12th, 2006 12:13 PM

Quote:

Originally Posted by Arevos
I'd recommend PyParsing. Search the forums for it, and you'll find a few of my posts on it. Nothing too detailed though, so you may be better off Googling the website.

The reason I like PyParsing is that it's simple, and relatively powerful. After messing around with JavaCC, Bison and Flex at Uni, PyParsing was a very welcome change.

Thanks. I was planning on looking into that or PyGgy (awesome name).

Cerulean Jun 12th, 2006 2:03 PM

Documentation for pyparsing is sparse at best. It's good once you fiddle with it, but I thought it was the only major one available. That list shows otherwise. Will have a look too.


All times are GMT -5. The time now is 8:05 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC