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.
- Host: GitHub
- URL: https://github.com/vyorkin/tiger
- Owner: vyorkin
- License: mit
- Created: 2019-07-23T12:12:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T14:26:35.000Z (over 3 years ago)
- Last Synced: 2025-04-13T08:59:19.086Z (about 1 year ago)
- Topics: language, ocaml, tiger, tiger-compiler, tiger-language
- Language: OCaml
- Homepage:
- Size: 226 KB
- Stars: 25
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.