Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 14 years ago)
- Last Synced: 2024-11-09T23:02:25.998Z (3 months ago)
- Language: C
- Homepage:
- Size: 243 KB
- Stars: 58
- 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/