RE: [Jython-users] Verify Script
by Jeff Emanuel other posts by this author
Oct 10 2003 3:38PM messages near this date
[Jython-users] Verify Script
|
[Jython-users] TextArea that highlights Jython code
You could pass your script to Py.compile. If you
save the PyCode result object, you can later pass that
to Py.exec and not have to recompile it.
-----Original Message-----
From: Julio Pernia Aznar
To: jython-users@[...].net
Sent: 10/10/2003 7:22 AM
Subject: [Jython-users] Verify Script
Hi all,
I am working with a jython interpreter , I am trying to develop a method
wich should verify an existing script,it should be verify in the
PyObject
class which takes the script from a file, there is any method to verify
just
that the syntax is correct, not execute it. If not how could be develop
it?
Thanks in advance!
Julio Pernía.
--
Julio Pernía Aznar
Avda Bruselas, 8
28108 Alcobendas Madrid, España
pernia@[...].com
jpernia@[...].com
Telefono: 917148815
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
Thread:
Jeff Emanuel
Jingzhao Ou
news0reader
Jingzhao Ou
Rodrigo B. de Oliveira
|