Config.in 407 B

12345678910
  1. config BR2_PACKAGE_PYTHON_PYPARSING
  2. bool "python-pyparsing"
  3. help
  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.
  9. http://pyparsing.wikispaces.com/