In my project, I need to compile a specific language into llvm IR, and I want to be able to do this through clang.
But that language is not the target language for clang. How can I rewrite clang?
This is really a problem for me, is there a case or tutorial that I can recommend for similar functions?