Grammar Parser Library for Python
http://pyparsing.wikispaces.com/
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
14
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-pyparsing && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pyparsing-1.5.6.tar.gz | 0001418892 1.35 MB | |
python-pyparsing.changes | 0000003071 3 KB | |
python-pyparsing.spec | 0000002702 2.64 KB | |
python3-pyparsing.changes | 0000000458 458 Bytes | |
python3-pyparsing.spec | 0000002552 2.49 KB |
Revision 11 (latest revision is 51)
Stephan Kulow (coolo)
accepted
request 148404
from
Sascha Peilicke (saschpe)
(revision 11)
- Fix license (MIT and GPL-2.0+ and GPL-3.0+) - Don't ship examples twice - Initial support of python3 - Fix license (MIT and GPL-2.0+ and GPL-3.0+) - Don't ship examples twice - Initial support of python3
Comments 0