Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv21675
Modified Files:
tran.py
Log Message:
dropped the $ word
Index: tran.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- tran.py 22 Apr 2003 13:17:37 -0000 1.40
+++ tran.py 22 Apr 2003 13:21:47 -0000 1.41
@@ -412,7 +412,6 @@
MA_ARGC = 007
MA_PREFIX = 010
Meaning = {
- '$': ('simple', Dollar),
'$-t, sym': ('builtin', dollar_minus_tetra_comma, 1),
'+ const const': ('builtin', plus, 2),
'- const const': ('builtin', minus, 2),
|