https://github.com/malwaredllc/functional-compiler
https://github.com/malwaredllc/functional-compiler
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malwaredllc/functional-compiler
- Owner: malwaredllc
- License: bsd-3-clause
- Created: 2022-01-10T05:13:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T19:48:58.000Z (over 4 years ago)
- Last Synced: 2025-04-05T01:23:48.471Z (about 1 year ago)
- Language: Haskell
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# functional-compiler
Basic compiler written in Haskell.
Currently in progress, following guide at https://g-ford.github.io/cradle/ for learning purposes.