Writing a compiler in the native language

I have to implement my own custom Windows programming language. Is there an easier way to translate it to ASM or translate it to C / C ++ and then use the C / C ++ compiler? Is there an SDK or something else?

Thanks.

+3
source share
3 answers
0
source

Wouldn't that be the best reference to ANTLR ?

There is also a tutorial

And at least one book

0
source

LLVM Visual Studio

0

Source: https://habr.com/ru/post/1720718/


All Articles