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

后端 未结 3 1132
臣服心动
臣服心动 2020-12-23 15:21

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

Various devices that have streaming apps have differen

3条回答
  •  时光取名叫无心
    2020-12-23 16:07

    You might want to look at (or even join) an open-source compiler project like Haxe. It already can compile from Haxe source code to Java, JavaScript, C#, C++, Neko VM, Flash, LUA, Python and HashLink (ByteCode and C). The Haxe compiler is build with OCAML, if that matters.

    More info:

    • https://haxe.org
    • https://github.com/haxefoundation/haxe

提交回复
热议问题