![]() |
Python Parsers
What Python parser would you guys recommend?
Thanks. |
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.
|
:confused: What does parser mean or imply these days?
|
Quote:
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: |
I think our friend is talking about a language parser written in Python.
|
Quote:
|
So... Any recommendations? That list probably has the most recent ones.
|
Quote:
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. |
Quote:
|
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