summaryrefslogtreecommitdiffstats
path: root/development/harec/README
blob: 367a3bd865b9562f0c3eb57fe0a9a8bdc518a04e (plain)
1
2
3
4
5
6
7
8
9
harec - the Hare bootstrap compiler

This is a Hare compiler written in C11 for POSIX-compatible systems. It
is used to bootstrap the full Hare compiler written in Hare.

https://git.sr.ht/~sircmpwn/harec   <--- this
https://git.sr.ht/~sircmpwn/hare    <--- full compiler and stdlib

harec uses and depends on the QBE compiler backend.