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 toy compiler for the minimal, Turing-complete WHILE language featuring lexical analysis, parsing, semantic checks, and NASM code generation. Includes a decoder that maps natural numbers to valid WHILE programs based on Gödel-style encoding.