10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
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.
|