Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一种可以翻译成java代码并用javac编译的编程语言??
例如
var x=2; if x== 2 then x=5;
请帮忙
这项任务是合理的,但需要教育。您可以从如何制作编译器和ANTLR开始。