/dang

Toy compiler

Primary LanguageC

Dang

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.

Usage

To build the whole compiler, simply run

make build

To build the dang compiler written in dang, run

make compiler

Resources

Inspirations and Ideas

x86_64 reference