python-pyparsing |
||||||||||||||||||||||||||||||
|
Description
The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.
Here's an example: from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) |
||||||||||||||||||||||||||||||
|
Available deb Repositories (how-to add a respository)
|
||||||||||||||||||||||||||||||
|
Rating: Not Rated (0 votes)
Login or Register to rate python-pyparsing, add a Tag, or designate as an alternative to a Windows app |
|
|
Upload Screenshots
Images must be in GIF, JPG, or PNG formats and can be no larger than 2 MB. Only one file can be uploaded at a time. A description can be included, but it is optional.
|
|
|
Submit Web Links
Submit the title and link (including http://) to an article pertaining to python-pyparsing and it will appear in the Web Links section of the right banner. Contact us here if an entry needs to be removed.
|
|


Recent comments
26 weeks 5 days ago
38 weeks 4 days ago
39 weeks 2 days ago
40 weeks 1 day ago
51 weeks 22 hours ago
1 year 24 weeks ago
1 year 46 weeks ago
1 year 46 weeks ago
1 year 46 weeks ago
1 year 47 weeks ago