I have been working on making Myrddin use this as a backend. There are still a number of things that i think need work (debug info, inlining, symbol dedup are ones I want), but overall it is very nice to use.
I’m not that keen on using LLVM, it has so much and I’m hoping to be able to understand what is happening (to at least a reasonable degree), rather than just using some sort of magic black box.
I have been working on making Myrddin use this as a backend. There are still a number of things that i think need work (debug info, inlining, symbol dedup are ones I want), but overall it is very nice to use.
Someone has also been writing a C compiler using it: https://github.com/andrewchambers/qc
Overall rating: A+, would buy again.
[Comment removed by author]
[Comment removed by author]
I’m tempted to make a toy language with it, yes.
Thought it looked pretty neat though, wondered what people’s thoughts on it were.
[Comment removed by author]
That’s what I was hoping for!
I’m not that keen on using LLVM, it has so much and I’m hoping to be able to understand what is happening (to at least a reasonable degree), rather than just using some sort of magic black box.