1 config BR2_PACKAGE_PYTHON_PYPARSING
2 bool "python-pyparsing"
4 The pyparsing module is an alternative approach to creating and
5 executing simple grammars, vs. the traditional lex/yacc approach,
6 or the use of regular expressions. The pyparsing module provides
7 a library of classes that client code uses to construct the grammar
8 directly in Python code.
10 http://pyparsing.wikispaces.com/