vyorkin / tiger

:construction: A small imperative language that I'm writing while reading the Modern Compiler Implementation in ML by A. Appel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:construction: A small imperative language that I'm writing while reading the Modern Compiler Implementation in ML by A. Appel.

License:MIT License


Languages

Language:OCaml 80.6%Language:Standard ML 18.0%Language:C 0.9%Language:Makefile 0.4%Language:Lex 0.1%