Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirang89/lbac

Repo for "Let's Build a Compiler" by Jack Crenshaw
https://github.com/kirang89/lbac

Last synced: 7 days ago
JSON representation

Repo for "Let's Build a Compiler" by Jack Crenshaw

Awesome Lists containing this project

README

        

#lbac (Let's Build a Compiler)

This repo contains the code I've written while reading "Let's Build a
Compiler" by Jack Crenshaw.

I've translated the instructions for i386 architecture (Quite poorly
if I may say so). I've focused on experimenting rather than the
correctness for now. I may rewrite it later.

This is merely an experimental and educational compiler and way to
simple for a productional one. It is fun however :)