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 Tiger language is a small, imperative language with integer and string variables, arrays, records, and nested functions. Its syntax resembles some functional languages.
references
Modern Compiler Implementation in ML by A. Appel.
About
🚧 A small imperative language that I'm writing while reading the Modern Compiler Implementation in ML by A. Appel.