python-pyparsing2-doc binary package in openKylin Yangtze V1.0 rv64g
This is the older version v2.x of pyparsing to support 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.parseStri
.
This package contains documentation for python-pyparsing2.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2023-11-17 06:40:48 UTC | Published | openKylin Yangtze V1.0 rv64g | proposed | main | doc | Optional | 2.4.7-ok1 | ||
|
|||||||||
2023-11-17 06:40:48 UTC | Published | openKylin Yangtze V1.0 rv64g | release | main | doc | Optional | 2.4.7-ok1 | ||
|