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