commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5734 - trunk/gnue-common/src/external


From: jcater
Subject: r5734 - trunk/gnue-common/src/external
Date: Fri, 16 Apr 2004 18:41:19 -0500 (CDT)

Author: jcater
Date: 2004-04-16 18:41:18 -0500 (Fri, 16 Apr 2004)
New Revision: 5734

Added:
   trunk/gnue-common/src/external/README.plex
Log:
added plex readme

Added: trunk/gnue-common/src/external/README.plex
===================================================================
--- trunk/gnue-common/src/external/README.plex  2004-04-16 23:41:02 UTC (rev 
5733)
+++ trunk/gnue-common/src/external/README.plex  2004-04-16 23:41:18 UTC (rev 
5734)
@@ -0,0 +1,37 @@
+This is version 1.1.4 of Plex, a Python module for building lexical
+analysers.  See the doc directory for instructions on using it.
+
+Plex is free of any restrictions. You can use it, redistribute it,
+sell it, whatever you want.  All I ask is that you give me credit if
+you distribute any code derived from it.
+
+
+Greg Ewing,
+Computer Science Department,
+University of Canterbury,
+Christchurch,
+New Zealand
+
address@hidden
+
+Version History
+---------------
+
+1.1.4    Fixed bug causing argument of Rep or Rep1 to
+         fail to match following a newline.
+
+1.1.3    Fixed bug causing Eol to fail to match at the
+         beginning of a line in some circumstances.
+
+1.1.2    Changed Scanner.yield() to Scanner.produce() to
+         accommodate Python 2.3, where yield is a keyword.
+
+         Changed test10 to not rely so much on details of
+         string repr.
+
+1.1.1    Fixed two minor bugs: uncommented Scanner.next_char() and
+         added import of types to Regexps.py.
+
+1.1      Added support for case-insensitive matches.
+
+1.0      First official release.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]