Compiler on GitHub

Yesterday, I added my compiler project to GitHub. This means that you can now read all of my code if you want to, the link is: https://github.com/abryant/Compiler.

It also means that you can marvel at how badly written parts of it are. There are several things that don’t make sense at all (e.g. I got Argument and Parameter the wrong way around, which still needs fixing). So it’s still very much a work in progress. Hopefully I’ll have time to work on it more (and finish name resolution) soon.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.