Search code examples
compiler-constructionprogramming-languagesexecutablenative

Writing a native language compiler


I've to implement my custom native-compiled Windows programming language. Is there an easier way then translating it to ASM, or translating it to C/C++ and then use a C/C++ compiler? Is there any SDK or something?

Thank you.


Solution

  • Check out ANTLR library