Top "Code-translation" questions

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

Assembly How to convert REP STOS to C code

I been debugging REP STOS DWORD PTR ES:[EDI] for a while now From my conclusion it always uses ECX …

c assembly x86 machine-code code-translation
Converting C to PHP?

Is there any tool available that takes C code as input and outputs valid PHP files? I'd like to use …

php c code-translation
C99 printf formatters vs C++11 user-defined-literals

This code: #define __STDC_FORMAT_MACROS #include <inttypes.h> #include <stdio.h> #include <stdlib.h&…

c++ c++11 printf c99 code-translation
Build AST from C code

How can I build an AST (Abstract Syntax Tree) from gcc C code in order to make some modifications, like …

c gcc abstract-syntax-tree code-translation
Translate matlab to python/numpy

I am looking for an automatic code translator for Matlab to Python. I downloaded and installed LiberMate but it is …

python matlab numpy scipy code-translation