etch  ] [  etch-m68k  ] [  lenny  ] [  squeeze  ] [  sid  ] [  experimental  ]
[ Source: pyparsing  ]

Paketti: python-pyparsing (1.5.2-1)

Python parsing module

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)

Tagit: Software Development: Code Generation, Python Development, Kirjastot, Implemented in: Python

Muut pakettiin python-pyparsing liittyvät paketit

  • depends
  • recommends
  • suggests
  • dep: python-support (>= 0.90.0)
    automaattinen uudelleenkäännöstuki Python-moduuleille

Imuroi python-pyparsing

Imurointi kaikille saataville arkkitehtuureille
Arkkitehtuuri Paketin koko Koko asennettuna Tiedostot
all 606.4 kt3384 kt [tiedostoluettelo]