https://github.com/csb6/modern-compiler-in-ml
My implementations of programs from the textbook "Modern Compiler Implementation in ML"
https://github.com/csb6/modern-compiler-in-ml
Last synced: 9 months ago
JSON representation
My implementations of programs from the textbook "Modern Compiler Implementation in ML"
- Host: GitHub
- URL: https://github.com/csb6/modern-compiler-in-ml
- Owner: csb6
- License: agpl-3.0
- Created: 2023-08-21T02:52:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T05:27:55.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T05:23:11.167Z (about 1 year ago)
- Language: Standard ML
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern Compiler Implementation in ML
My implementations of the Tiger compiler and related programs as part of the book
*Modern Compiler Implementation in ML*