Multimedia |
Messengers |
Desktop |
Development |
Education |
Games |
Graphics |
Networking |
Security |
Servers |
Utilities |
Web Dev
Home ›
Development ›
Python PLY
Python PLY
By David Beazley
Rating:
2/5 (2)
License type:
Open source
Home page:
www.dabeaz.com
Latest version:
3.10
Last updated:
December 14th, 2017
This review applies to version 3.4.
PLY is an implementation of lex and yacc parsing tools for Python.Main Features:
- It's implemented entirely in Python.
- It uses LR-parsing which is reasonably efficient and well suited for...