This is a simple "compiler" project for C-like language. It is written in Go and is created for educational purposes.
The ideia is fix the concepts of compiler construction, like how Lexical Analysis, Syntax Analysis and Semantic Analysis works and learn more about Go language.