Transpiler:
A transpiler (short for source-to-source compiler) is a tool that transforms code from one representation to another, typically at the same or similar level of abstraction.
In general:
- It doesn’t compile down to machine code, like a traditional compiler.
- Instead, it rewrites code from one language