Re: Translating Javascript programs to python.

2006-08-23 Thread Vyz
Yes, this is a trimmed down version of padma, a generic indic transliteration tool Thanks for comments though. Terry Reedy wrote: > "Vyz" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Its a module to transliterate from telugu language written in roman > > script into native un

Re: Translating Javascript programs to python.

2006-08-23 Thread Terry Reedy
"Vyz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Its a module to transliterate from telugu language written in roman > script into native unicode. right now its running in a browser window > at www.lekhini.org I Intend to translate it into python so that I can > integrate into

Re: Translating Javascript programs to python.

2006-08-23 Thread Vyz
Its a module to transliterate from telugu language written in roman script into native unicode. right now its running in a browser window at www.lekhini.org I Intend to translate it into python so that I can integrate into other tools I have. I am able to pass arguments and get output from the scr

Re: Translating Javascript programs to python.

2006-08-23 Thread supercoder
Vyz wrote: > Hi, > I have a script with hundreds of lines of javascript spread accross 7 > files. Is there any tool out there to automatically or > semi-automatically translate the code into python. > > Thanks > Vyz Not a tool, but assuming the javascript is not too complex you could interpret so

Re: Translating Javascript programs to python.

2006-08-22 Thread Diez B. Roggisch
Vyz schrieb: > Hi, > I have a script with hundreds of lines of javascript spread accross 7 > files. Is there any tool out there to automatically or > semi-automatically translate the code into python. Nope. Besides: in which environment does that script run - a browser? Then it would be difficul

Translating Javascript programs to python.

2006-08-22 Thread Vyz
Hi, I have a script with hundreds of lines of javascript spread accross 7 files. Is there any tool out there to automatically or semi-automatically translate the code into python. Thanks Vyz -- http://mail.python.org/mailman/listinfo/python-list