hare

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

README (308B)


      1 This module implements functionality for examining executable files. It provides
      2 some support code for working with memory-mapped ELF executables.
      3 
      4 This module does not make compatibility guarantees and is subject to change in
      5 the future should Hare be ported to a target with a different executable format.