Tagged Questions

1
vote
4answers
217 views

How to parse *.py file with python?

How to parse *.py file with python? If my question is duplicated, please let me know another thread, because I can't find it. Why I like to do is, I like to try Basic Source Code Converter from …
0
votes
3answers
99 views

Conversion of Delphi code to Java

Does a parser exist for delphi which can be used to convert the delphi code into Java code automatically? Please Help!!!
2
votes
6answers
441 views

is there an easy way to convert jquery code to javascript?

hopefully the question doesn't sound stupid, but there are lots of examples out there of achieving certain things in javascript/dom using jQuery. Using jQuery is not always an option (or even a want) …
2
votes
2answers
1k views

Convert Javacript code to VBScript code?

I have been given a task to convert code that is written in JavaScript over to VBScript. It is actually quite basic code and it is really just the syntax that needs to be converted. For example if …
0
votes
6answers
187 views

Why do language converters suck?

Why do language converters/interpreters function poorly. Its seems that if you have function x(,) and functions x() takes blah, blah, for parameters and can return x,x and x, then it should be easy …
6
votes
2answers
613 views

Tools for converting from ASP to ASP.NET?

We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to work on further releases. It makes no sense continuing to use ASP as it is obsolete, and we don't want …
2
votes
2answers
448 views

Are there any tools for converting Managed C++ to C++/CLI?

We have an old project written using Managed C++ syntax. I would like to propose to the team a reasonably pain-free (I don't mind some level of human interaction, I think I'm realistic in my …