You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A compiler built from scratch in Go for the COOL programming language, generating and optimizing LLVM IR using standard optimization passes. The project extends COOL with a basic module system and custom data structures like linked lists, all implemented from scratch.