Hello,
I'd like to ask how hard it would be to embed python in another language
(RenPy). That language has mostly it's own syntax (indentation based), but
it's possible to switch to pure python (either starting a statement with $,
or putting code in a python: block). Or to put it another way, RenPy is
syntactic sugar to a python API, but it's possible to use the API (and
python) directly. I tried opening a rpy file in PyDev, and syntax
highlighting works OK, but the parser chokes on the first line because it
encounters some special syntax it doesn't understand.

Could this be scripted via jython, or will it be necessary to go into pydev
sources?
Regards,
Cynebeald


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to