[Mumps2Py:] [54] my variant of the ZWRITE command is parsed just like the WRITE command . |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 54
Author: pgallot
Date: 2008-01-26 19:49:36 +0000 (Sat, 26 Jan 2008)
Log Message:
-----------
my variant of the ZWRITE command is parsed just like the WRITE command.
Modified Paths:
--------------
trunk/mumps2py/mumps2tok.py
Modified: trunk/mumps2py/mumps2tok.py
===================================================================
--- trunk/mumps2py/mumps2tok.py 2008-01-26 19:48:12 UTC (rev 53)
+++ trunk/mumps2py/mumps2tok.py 2008-01-26 19:49:36 UTC (rev 54)
@@ -882,6 +882,7 @@
WRITECMD:parse_write,
XECUTECMD:parse_xecute,
ZQUITCMD:parse_zquit,
+ ZWRITECMD:parse_write,
ZETRAPCMD:parse_goto, # NOTE: this is a guess...
COMMENT:parse_comment}