https://github.com/steshaw/tiger-ml
Compiler for Tiger based on Andrew Appel's Modern Compiler Implementation in ML
https://github.com/steshaw/tiger-ml
Last synced: about 2 months ago
JSON representation
Compiler for Tiger based on Andrew Appel's Modern Compiler Implementation in ML
- Host: GitHub
- URL: https://github.com/steshaw/tiger-ml
- Owner: steshaw
- Created: 2010-09-20T08:27:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-18T08:32:38.000Z (about 14 years ago)
- Last Synced: 2025-04-07T07:51:41.233Z (2 months ago)
- Language: C
- Homepage:
- Size: 243 KB
- Stars: 59
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeCompiler - tiger-ml
README
(Will be) an implementation of Tiger in ML.
I'm working through Andrew W. Appel's "Modern Compiler Implementation in ML". The first 12 chapters develop a complete modern compiler and runtime for Tiger (an Algol-like language with some ML inspirations). Implementation is in ML (which seems to be Appel's preferred language) - although there are "translations" for both C and Java.
See http://www.cs.princeton.edu/~appel/modern/ml/