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