I have my grammar ready and tested in Antlr4 actually I want to have my language source files to become executable and fast enough so I think I have these solutions:
- LLVM
- JVM
- Generating a source code in another language and then compile the generated file(s)
my question is about the solution number 3
what's your opinions? is it a bad practice? what are the challanges? and negative points? is there any tips or suggestions here? about target lang, optimizing, any sources to read, etc
thanks