SlackBuilds Repository

15.0 > Python > python3-funcparserlib (1.0.1)

Funcparserlib

Recursive descent parsing library for Python based on functional
combinators.

Parsers made with funcparserlib are pure-Python LL(*) parsers. It means
that it's very easy to write parsers without thinking about lookaheads
and other hardcore parsing stuff. However, recursive descent parsing is
a rather slow method compared to LL(k) or LR(k) algorithms. Still,
parsing with funcparserlib is at least twice faster than PyParsing, a
very popular library for Python.

The source code of funcparserlib is only 1.2K lines of code, with lots
of comments. Its API is fully type hinted. It features the longest
parsed prefix error reporting, as well as a tiny lexer generator for
token position tracking.

Maintained by: Lockywolf
Keywords: lisp,hy,parsing,combinators,parsers,lalr,ll
ChangeLog: python3-funcparserlib

Homepage:
https://github.com/vlasovskikh/funcparserlib

Source Downloads:
funcparserlib-1.0.1.tar.gz (248a9c249886dd72ef2dca2aca2ad1eb)

Download SlackBuild:
python3-funcparserlib.tar.gz
python3-funcparserlib.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds