https://github.com/parapluu/monadic-typechecker
Artefact for "Developing a Monadic Type Checker for an Object-Oriented Language"
https://github.com/parapluu/monadic-typechecker
Last synced: about 1 year ago
JSON representation
Artefact for "Developing a Monadic Type Checker for an Object-Oriented Language"
- Host: GitHub
- URL: https://github.com/parapluu/monadic-typechecker
- Owner: parapluu
- License: mit
- Created: 2019-09-28T08:03:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T11:49:02.000Z (over 6 years ago)
- Last Synced: 2025-04-04T21:11:37.498Z (about 1 year ago)
- Language: Haskell
- Size: 1.07 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monadic-typechecker
This repository contains the artifact for the paper [Developing a
Monadic Type Checker for an Object-Oriented Language](paper.pdf).
The design is based on the compiler for the language
[Encore](https://github.com/parapluu/encore), but the language has
been simplified to make the presentation more clean.
The latest version of the source code can be found in
[typechecker](typechecker) directory. There is also a snapshot of
the artifact as submitted to SLE'19 in the [artifact](artifact)
directory. This artifact contains a detailed walkthrough of the
source code.