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: