Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dramforever/hascaf
Implementation of MiniDecaf in Haskell (see https://github.com/decaf-lang/minidecaf-tutorial)
https://github.com/dramforever/hascaf
Last synced: about 1 month ago
JSON representation
Implementation of MiniDecaf in Haskell (see https://github.com/decaf-lang/minidecaf-tutorial)
- Host: GitHub
- URL: https://github.com/dramforever/hascaf
- Owner: dramforever
- License: bsd-3-clause
- Created: 2020-09-13T22:14:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T16:20:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T20:38:00.514Z (about 1 month ago)
- Language: Haskell
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HasCaf: MiniDecaf in Haskell
(WIP) Implementation of [MiniDecaf] in Haskell
[MiniDecaf]: https://github.com/decaf-lang/minidecaf-tutorial
## Disclaimer
Please make sure to follow relevant lab assignment rules when using this code.
Plagarism and cheating is always unacceptable. HasCaf being available as free
software does not mean you can ignore other rules and evade responsibility.## Progress
- [X] `step1`
- [X] `step2`
- [X] `step3`
- [X] `step4`
- [X] `step5`
- [X] `step6`
- [X] `step7`
- [ ] `step8`
- [ ] `step9`
- [ ] `step10`
- [ ] `step11`
- [ ] `step12`