2012-12-16 07:56:11 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_PYPARSING
|
2013-10-07 18:57:21 +02:00
|
|
|
bool "python-pyparsing"
|
2012-12-16 07:56:11 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
|
|
|
help
|
|
|
|
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.
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2012-12-16 07:56:11 +01:00
|
|
|
http://pyparsing.wikispaces.com/
|