Name : python311-funcparserlib
| |
Version : 1.0.1
| Vendor : obs://build_opensuse_org/Cloud:OpenStack
|
Release : lp156.1.1
| Date : 2024-06-08 21:52:49
|
Group : Development/Languages/Python
| Source RPM : python-funcparserlib-1.0.1-lp156.1.1.src.rpm
|
Size : 0.10 MB
| |
Packager : https://www_suse_com/
| |
Summary : Recursive descent parsing library based on functional combinators
|
Description :
The primary focus of funcparserlib is parsing little languages or external DSLs (domain specific languages).
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 low 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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Cloud:/OpenStack:/2024.1/15.6/noarch |