[IronPython] Checking syntax of source code without running it

Harri Vartiainen harri.vartiainen at iki.fi
Wed Jun 10 21:52:35 CEST 2009


Hi,

 What's the best way to check syntax of IronPython source code without
actually running it?

 I'd like to embed IronPython to application and make it as user
friendly as possible, so all checking before running the code would be
helpful.

 There are many options listed here for CPython:
http://stackoverflow.com/questions/205704/how-can-i-check-the-syntax-of-python-code-in-emacs-without-actually-executing-it



 Next stop, debugging..



More information about the Ironpython-users mailing list