https://github.com/gfngfn/langprocbase
A minimal, easy-to-extend front-end of a language processor that supports Hindley-Milner type inference and type error reports with code positions
https://github.com/gfngfn/langprocbase
Last synced: 2 months ago
JSON representation
A minimal, easy-to-extend front-end of a language processor that supports Hindley-Milner type inference and type error reports with code positions
- Host: GitHub
- URL: https://github.com/gfngfn/langprocbase
- Owner: gfngfn
- Created: 2018-07-20T04:22:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T11:01:29.000Z (over 5 years ago)
- Last Synced: 2025-01-16T00:00:07.483Z (9 months ago)
- Language: OCaml
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# langprocbase
A minimal, easy-to-extend front-end of a language processor that supports type error reports with code positions.