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
The project implements a complete compilation pipeline including tokenization, syntax analysis based on formal grammar, and assembly code generation. Perfect for those interested in compiler design and implementation or looking to understand the transformation from high-level Lua code to low-level assembly language.