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.
|
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.
| |||
|
feedback
|
|
Check out ANTLR library | |||||
|
feedback
|
|
| |||||||
feedback
|
|
LLVM can run under Visual Studio | |||||
feedback
|