diff options
author | Marvin Borner | 2023-05-29 16:52:02 +0200 |
---|---|---|
committer | Marvin Borner | 2023-05-29 16:52:02 +0200 |
commit | 57443f6b470276473a67f08aaa987455913e7035 (patch) | |
tree | 7adb7bef1809afd55128ae6134d517233af74fda | |
parent | 5575fbc92dd3076f5ed3f44e6e041c6074a71fd1 (diff) |
Added note regarding branches
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |