transpyle
por pcloudhosting
Version 0.8.0 + Free Support on Ubuntu 24.04
Transpyle is an open-source code transpiler designed to convert source code from one programming language to another. Originally developed to support scientific and high-performance computing (HPC) use cases, Transpyle helps developers modernize codebases, explore cross-language translation, and automate code transformation workflows.
Features of Transpyle:
- Supports parsing and transpiling between multiple languages, including Python and C++14.
- Human-oriented and scriptable, suitable for research, refactoring, or language migration projects.
- Extensible through custom AST transformations and integration with Python tools.
- Includes a command-line interface for streamlined usage and automation.
To check the version of Transpyle installed, run:
transpyle-version
Disclaimer: Transpyle is released under the Apache License 2.0. While no longer actively maintained, it remains a valuable tool for educational and experimental code conversion. Users are encouraged to review the source code and adapt it to their needs.