https://github.com/dat2/488-compiler-haskell
A compiler for the winter 2015 version of the CSC488 language, written in haskell.
https://github.com/dat2/488-compiler-haskell
Last synced: 2 months ago
JSON representation
A compiler for the winter 2015 version of the CSC488 language, written in haskell.
- Host: GitHub
- URL: https://github.com/dat2/488-compiler-haskell
- Owner: dat2
- License: mit
- Created: 2015-03-05T22:54:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T20:17:42.000Z (about 11 years ago)
- Last Synced: 2024-03-17T13:44:36.469Z (over 2 years ago)
- Language: Haskell
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 488-compiler-haskell
A compiler for the winter 2015 version of the CSC488 language, written in haskell.
Practice writing a compiler for a non trivial language in haskell.