Binary package “python-pyparsing-doc” in openkylin yangtze
alternative to creating and executing simple grammars - doc
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.parseStri
.
This package contains documentation for python-pyparsing.
Source package
Published versions
- python-pyparsing-doc 3.0.7-ok1 in amd64 (Proposed)
- python-pyparsing-doc 3.0.7-ok1 in amd64 (Release)
- python-pyparsing-doc 3.0.7-ok1 in arm64 (Proposed)
- python-pyparsing-doc 3.0.7-ok1 in arm64 (Release)
- python-pyparsing-doc 3.0.7-ok1 in i386 (Release)
- python-pyparsing-doc 3.0.7-ok1 in i386 (Proposed)
- python-pyparsing-doc 3.0.7-ok1 in riscv64 (Proposed)
- python-pyparsing-doc 3.0.7-ok1 in riscv64 (Release)
- python-pyparsing-doc 3.0.7-ok1 in rv64g (Release)
- python-pyparsing-doc 3.0.7-ok1 in rv64g (Proposed)