[ etiona ]
[ nabia ]
[ nabia-updates ]
[ 原始碼: ply ]
套件: python-ply (3.11-1)
python-ply 的相關超連結
Trisquel 的資源:
下載原始碼套件 ply:
維護者:
Original Maintainers:
- Arnaud Fontaine
- Debian Python Modules Team (郵件存檔)
外部的資源:
- 主頁 [www.dabeaz.com]
相似套件:
Lex and Yacc implementation for Python2
PLY is yet another implementation of lex and yacc for Python. Although several other parsing tools are available for Python, there are several reasons why you might want to take a look at PLY:
* It's implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is extremely easy to use and provides very extensive error checking.
其他與 python-ply 有關的套件
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- sug: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python-ply-doc
- Lex and Yacc implementation for Python (documentation)