See the Youtube playlist I linked in another comment. Plus the author has several blog posts and the code is in the Github repository. There is plenty to see and read, but it is true that he hasn't seemed to have made any releases yet, but it is WIP, so...
> To ease the usage of the compiler as a library and later on bootstrapping, it is written in C11 with no external libraries apart from LibC and my custom utility library. A large portion of the coding is recorded and posted as videos on YouTube.
You should at least mention llvm IR and describe how it differs. To me it does seem a lot nicer than llvm ir, is this intended to be mostly generated and consumed by compilers, or is it meant to be human read and written?
So in this context "assembly" means "drive compilation-toolchain components in a build system" and not "mnemonic code used to symbolize machine instructions"?
13 comments
[ 3.4 ms ] story [ 42.0 ms ] threadThe syntax seems similar to Odin Lang, another language I hope gets more people to help develop on.
And the relevant Youtube playlist: https://www.youtube.com/playlist?list=PLvdK1vRmp8wMzH4w_8sQ3...
Will be keeping an eye on this.
Here is another effort: https://github.com/robertmuth/Cwerg