Top "Code-translation" questions

For questions regarding the translation of code from one programming language to another.

How do I start writing a transpiler? Is it even possible?

Due to confidentiality reasons, I might not be able to describe in pin point details but here is the scenario. …

compiler-construction code-translation
Pascal to C converter

I'm writing program which translate Pascal to C and need some help. I started with scanner generator Flex. I defined …

c pascal flex-lexer code-translation
Is there any free Python to C translator?

Is there any free Python to C translator? for example capable to translate such lib as lib for Fast content-aware …

python c code-translation
Tool to convert (translate) C to Go?

What tool to use to convert C source code into Go source code? For example, if the C code contains: …

c go code-translation
What is the pure JavaScript equivalent of jQuery's .parents() method?

Apologies for this kind of question, but I can't find an answer on You Might Not Need jQuery or anywhere …

javascript jquery code-translation
TypeScript Compile Error Cannot invoke an expression whose type lacks a call signature

the code below get me by transpiling it with gulp this error: [tsc] > C:/Workarea/MyFirstAngular/src/enum/msg.…

typescript code-translation
Assembly Converting MOV / MOVZX and MOVSX to C code (no inline asm)

For the asm emulator i'm trying to write to convert ASM code to equivalent working code just working.. best code …

c assembly x86 transformation code-translation
Writing code translator from Python to C?

I was asked to write a code translator that would take a Python program and produce a C program. Do …

python c code-translation
Is there a converter of Javascript to Dart?

Is there an automatic converter of javascript code to Dart? Or is it too soon?

javascript dart code-translation
Automatic Java to C++ conversion

Has anyone tried automatic Java to C++ conversion for speed improvements? Is it a maintenance nightmare in the long run? …

java c++ code-translation