Config.in 446 B

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