An open API service indexing awesome lists of open source software.

https://github.com/vyorkin/tiger

:construction: A small imperative language that I'm writing while reading the Modern Compiler Implementation in ML by A. Appel.
https://github.com/vyorkin/tiger

language ocaml tiger tiger-compiler tiger-language

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.