hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit dd9d2af79b98311bf3e25e68dcc18dc1097d424b
parent 1048620a7a25134db370bf24736efff1ffcb2483
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 24 Oct 2023 12:22:10 +0200

hare::module: add compatibility non-promise to README

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mhare/module/README | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/hare/module/README b/hare/module/README @@ -1,3 +1,6 @@ hare::module provides an interface to the module system used by this Hare implementation, as well as to the Hare cache. Note that these interfaces may not be portable to other Hare implementations. + +Note that much of this module's design is an implementation detail of the Hare +toolchain, and is not subject to any future compatibility guarantees.