diff options
-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 |