xref: /OK3568_Linux_fs/buildroot/package/python-pyparsing/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PYPARSING
2*4882a593Smuzhiyun	bool "python-pyparsing"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  The pyparsing module is an alternative approach to creating
5*4882a593Smuzhiyun	  and executing simple grammars, vs. the traditional lex/yacc
6*4882a593Smuzhiyun	  approach, or the use of regular expressions. The pyparsing
7*4882a593Smuzhiyun	  module provides a library of classes that client code uses
8*4882a593Smuzhiyun	  to construct the grammar directly in Python code.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://github.com/pyparsing/pyparsing/
11