LLVM / CLI Output
Hi,
Is it possible to build languages targeted at LLVM and CLI with MPS easily and transparently.
Suminda
Is it possible to build languages targeted at LLVM and CLI with MPS easily and transparently.
Suminda
Please sign in to leave a comment.
MPS can produce any text. So if you have a format which LLVM can load you can generate this. For CLI you need something like C (see mbeddr), C# (this projects seems sleeping now) or so as intermediate format and use a compiler to produce CLI binaries.
Best regards,
Jens