hare

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

arch+x86_64.ha (187B)


      1 // SPDX-License-Identifier: MPL-2.0
      2 // (c) Hare authors <https://harelang.org>
      3 
      4 // The machine (architecture) of the target.
      5 export def TARGET_MACHINE: elf_machine = elf_machine::X86_64;