diff options
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,13 +1,12 @@ -March 24, 2009 +September 2, 2009 - Announcing : PLY-3.2 (Python Lex-Yacc) + Announcing : PLY-3.3 (Python Lex-Yacc) http://www.dabeaz.com/ply -I'm pleased to announce a significant new update to PLY---a 100% Python -implementation of the common parsing tools lex and yacc. PLY-3.2 adds -compatibility for Python 2.6 and 3.0, provides some new customization -options, and cleans up a lot of internal implementation details. +I'm pleased to announce PLY-3.3--a pure Python implementation of the +common parsing tools lex and yacc. PLY-3.3 is a minor bug fix +release. It supports both Python 2 and Python 3. If you are new to PLY, here are a few highlights: |