PACKAGE NAME: python3-funcparserlib-1.0.1-x86_64-1_slackdce.txz PACKAGE LOCATION: ./python/python3-funcparserlib PACKAGE SIZE (compressed): 24 K PACKAGE SIZE (uncompressed): 120 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-funcparserlib: python3-funcparserlib (Recursive descent parsing library for Python) python3-funcparserlib: python3-funcparserlib: The primary focus of funcparserlib is parsing little languages or python3-funcparserlib: external DSLs (domain specific languages). python3-funcparserlib: Parsers made with funcparserlib are pure-Python LL(*) parsers. It python3-funcparserlib: means that it's very easy to write parsers without thinking about python3-funcparserlib: lookaheads and other hardcore parsing stuff. python3-funcparserlib: python3-funcparserlib: python3-funcparserlib: python3-funcparserlib: