Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 247 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 247 Bytes

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.