jcolemang / go-fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-fun

https://github.com/IUCompilerCourse/Essentials-of-Compilation

Don't take this too seriously, I was just having some fun learning go and rekindling an interest in compilers

notes

When learning it can feel a little unwieldy to be writing the language because the languages and passes aren't really well defined. If we had a well defined initial language we would have a good idea of what would need to go inbetween the machine code and our source language and we would be able to better plan out the smaller intermediary languages.

About


Languages

Language:Go 91.8%Language:Assembly 5.6%Language:Makefile 1.2%Language:C 1.0%Language:Shell 0.4%