![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2006
Location: In a box
Posts: 27
Rep Power: 0
![]() |
Python Parsers
What Python parser would you guys recommend?
Thanks. |
|
|
|
|
|
#2 |
|
Programmer
|
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.
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
What does parser mean or imply these days?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 | |
|
Newbie
Join Date: Jun 2006
Location: In a box
Posts: 27
Rep Power: 0
![]() |
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:
__________________
~ Silicon Enhanced Pudding "It's magically delicious" |
|
|
|
|
|
|
#5 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
I think our friend is talking about a language parser written in Python.
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#6 | |
|
Programmer
|
Quote:
|
|
|
|
|
|
|
#7 |
|
Newbie
Join Date: Jun 2006
Location: In a box
Posts: 27
Rep Power: 0
![]() |
So... Any recommendations? That list probably has the most recent ones.
__________________
~ Silicon Enhanced Pudding "It's magically delicious" |
|
|
|
|
|
#8 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
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. |
|
|
|
|
|
|
#9 | |
|
Newbie
Join Date: Jun 2006
Location: In a box
Posts: 27
Rep Power: 0
![]() |
Quote:
__________________
~ Silicon Enhanced Pudding "It's magically delicious" |
|
|
|
|
|
|
#10 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|