https://github.com/mariari/tiger-compiler
https://github.com/mariari/tiger-compiler
tiger-compiler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariari/tiger-compiler
- Owner: mariari
- License: bsd-3-clause
- Created: 2018-09-16T01:20:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T21:04:10.000Z (over 6 years ago)
- Last Synced: 2025-02-02T06:42:20.706Z (4 months ago)
- Topics: tiger-compiler
- Language: Haskell
- Size: 124 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiger
A compiler in Haskell for modern compiler implementation in ML. In many ways this implementation of the compiler differs drastically from the book.