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