hare

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

README (348B)


      1 hare::module provides an interface to the module system used by this Hare
      2 implementation, as well as to the Hare cache. Note that these interfaces may not
      3 be portable to other Hare implementations.
      4 
      5 Note that much of this module's design is an implementation detail of the Hare
      6 toolchain, and is not subject to any future compatibility guarantees.