aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2023-05-29 16:52:02 +0200
committerMarvin Borner2023-05-29 16:52:02 +0200
commit57443f6b470276473a67f08aaa987455913e7035 (patch)
tree7adb7bef1809afd55128ae6134d517233af74fda
parent5575fbc92dd3076f5ed3f44e6e041c6074a71fd1 (diff)
Added note regarding branches
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 69f48f0..b97f000 100644
--- a/readme.md
+++ b/readme.md
@@ -5,6 +5,11 @@
- aggressive multi-threaded reduction of lambda calculus expressions
- small memory footprint
+## Note
+
+This repository also contains an implementation of the RKNL abstract
+machine. You can find it in the `rknl` branch.
+
## Libraries
- [hashmap.c](https://github.com/tidwall/hashmap.c) \[MIT\]: Simple but