Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv3560
Modified Files:
tran.py
Log Message:
wrote the UniqueToken class
Index: tran.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- tran.py 16 Apr 2003 13:15:38 -0000 1.17
+++ tran.py 16 Apr 2003 13:19:06 -0000 1.18
@@ -28,6 +28,7 @@
return 'Unique(%r)' % this.name
def __str__ (this):
return this.name
+class UniqueToken (Unique, Token): pass
class Lexer (shlex):
def __init__ (this, filename):
|