hare

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

README (275B)


      1 The fs module provides an abstracted interface for accessing an arbitrary
      2 filesystem. If you want to work with the host filesystem, you probably want to
      3 refer to the functions available in [[os::]] instead, which provides an
      4 implementation of [[fs]] for the host filesystem.