summaryrefslogtreecommitdiffstats
path: root/development/harec/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/harec/README')
-rw-r--r--development/harec/README9
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.