zrthxn / dang

Toy compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Toy compiler


Languages

Language:C 97.5%Language:Assembly 1.6%Language:Makefile 0.6%Language:Shell 0.3%