Tiger
:construction: A small imperative language that I'm writing while reading the Modern Compiler Implementation in ML by A. Appel.
Install / Use
/learn @vyorkin/TigerREADME
tiger
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.
