[ buster ]
[ bullseye ]
[ Source: pyparsing ]
Paketti: pypy-pyparsing (2.4.7-1)
Links for pypy-pyparsing
Debian-palvelut:
Imuroi lähdekoodipaketti pyparsing:
Ylläpitäjät:
- Debian Python Modules Team (Laadunvalvontasivu, Mail Archive)
- Matthew Grant (Laadunvalvontasivu)
- Barry Warsaw (Laadunvalvontasivu)
- Thomas Goirand (Laadunvalvontasivu)
External Resources:
- Kotisivu [github.com]
Samankaltaisia paketteja:
alternative to creating and executing simple grammars - pypy
The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.
Here's an example:
from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello)
This package contains the PyPy version of python-pyparsing.
Muut pakettiin pypy-pyparsing liittyvät paketit
|
|
|
|
-
- dep: pypy
- fast alternative implementation of Python - PyPy interpreter
-
- sug: python-pyparsing-doc
- alternative to creating and executing simple grammars - doc
Imuroi pypy-pyparsing
Arkkitehtuuri | Paketin koko | Koko asennettuna | Tiedostot |
---|---|---|---|
all | 106.7 kt | 342.0 kt | [tiedostoluettelo] |