https://github.com/azur1s/haven
ML-like Programming Language (WIP)
https://github.com/azur1s/haven
compiler ocaml programming-language
Last synced: about 1 month ago
JSON representation
ML-like Programming Language (WIP)
- Host: GitHub
- URL: https://github.com/azur1s/haven
- Owner: azur1s
- License: mit
- Created: 2024-11-17T22:42:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-23T15:31:01.000Z (9 months ago)
- Last Synced: 2025-11-04T03:17:11.668Z (8 months ago)
- Topics: compiler, ocaml, programming-language
- Language: OCaml
- Homepage:
- Size: 217 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# haven
haven is a ML-like language hoping to be used for writing backends.
Target R5RS Scheme, tested on Chez and Gambit.
For introduction, see [examples/](./examples).
> [!WARNING]
> Work in progress.