diff options
author | Dave Gauer <dave@ratfactor.com> | 2023-03-03 04:29:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:26 +0700 |
commit | 0f737866765505bb3422411ff4dc86f61eb321bc (patch) | |
tree | a1ed144d7832e895615734742bfa6e3cdb2d504e /development/harec/README | |
parent | 698dbd4d56488f7b7f07e8c54a108b7da5d239ac (diff) |
development/harec: Added (Hare bootstrap compiler)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/harec/README')
-rw-r--r-- | development/harec/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/harec/README b/development/harec/README new file mode 100644 index 0000000000..367a3bd865 --- /dev/null +++ b/development/harec/README @@ -0,0 +1,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. |