trying to learn practical compiler design with this one. not yet using llvm lang frontend, its a bit complex. The goal is to eventually get this up to level that it can be self-hosted.
To build the whole compiler, simply run
make build
To build the dang compiler written in dang, run
make compiler