Hello, Racketeers!
I am trying to implement a small DSL targeted to LLVM and am having trouble finding the right resources. I have looked into several LLVM projects, but most of them appear to be abandoned or lack sufficient documentation. Here are a few of the projects I have found:
This library looks promising, but there is no documentation available. There are two example languages included, but there are no so much comments on what they are intended to do.
This repository has an interesting N-body example, and the examples are explained. However, the repository is 10 years old and the LLVM API has changed significantly since then.
This is a very low level project, with not many examples.
Do you know of any other projects or tutorials that could be useful? Any suggestions are welcome. Thank you!