summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2008-05-28 16:13:22 +0000
committerDavid Beazley <dave@dabeaz.com>2008-05-28 16:13:22 +0000
commitd2151e3557667c0ea0cff5f41a5dc58b275f107f (patch)
tree70b685901d26af63ede13b37cba8f9c23433926c /ANNOUNCE
parent241e3c771322a9d3014d2f0d48975f15bcba732a (diff)
downloadply-d2151e3557667c0ea0cff5f41a5dc58b275f107f.tar.gz
Bug fixes
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE13
1 files changed, 3 insertions, 10 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 828f11e..02b6cde 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,11 +1,11 @@
-May 17, 2008
+May 28, 2008
- Announcing : PLY-2.4 (Python Lex-Yacc)
+ Announcing : PLY-2.5 (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-2.4 fixes
+implementation of the common parsing tools lex and yacc. PLY-2.5 fixes
some bugs in error handling and provides some performance improvements.
If you are new to PLY, here are a few highlights:
@@ -29,13 +29,6 @@ If you are new to PLY, here are a few highlights:
problems. Currently, PLY can build its parsing tables using
either SLR or LALR(1) algorithms.
-- PLY can be used to build parsers for large programming languages.
- Although it is not ultra-fast due to its Python implementation,
- PLY can be used to parse grammars consisting of several hundred
- rules (as might be found for a language like C). The lexer and LR
- parser are also reasonably efficient when parsing normal
- sized programs.
-
More information about PLY can be obtained on the PLY webpage at:
http://www.dabeaz.com/ply