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 simple compiler implemented in Go, inspired by the book "Writing a Compiler in Go". This project aims to build a basic compiler from scratch, providing a hands-on approach to language parsing, lexical analysis, and code generation.