From d51122ee204d1bc99c097d8a61dcf9d44b6e1f05 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Mar 2025 10:25:29 +0800 Subject: [PATCH] Add a list of dependencies --- README.md | 7 +++++++ diff --git a/README.md b/README.md index 218f9c1e625ff556990ce0420a339a6b04bb1597..36d09d7d9601689292cc8ad2bcaa439172132e73 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ The `htmpl` module provides auxiliary functions used by the generated Hare code, and must be installed for the generated code to compile. +## Dependencies + +- [Hare](https://harelang.org) +- A POSIX-compatible Yacc implementation, such as + [Bison](https://www.gnu.org/software/bison/) +- A C compiler + ## License This inherits the ISC license from the original code. See the LICENSE file. -- 2.48.1