Config.in 434 B

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