hare

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

hare.1.scd (1263B)


      1 hare(1)
      2 
      3 # NAME
      4 
      5 hare - compile, run, test, and inspect Hare programs and modules
      6 
      7 # SYNOPSIS
      8 
      9 *hare* -h
     10 
     11 *hare* version [-hv]
     12 
     13 *hare* _command_ [_arguments_...]
     14 
     15 # DESCRIPTION
     16 
     17 *hare -h* prints help text.
     18 
     19 *hare version* prints version information for the *hare* program. If *-v* is
     20 supplied, it also prints information about the build parameters. If *-vv* is
     21 specified, detailed information about the version and build parameters is
     22 printed as shell environment variables in a format which is consistent between
     23 versions and suitable for machine reading.
     24 
     25 *hare-build*(1) compiles a Hare program or module.
     26 
     27 *hare-cache*(1) manages the build cache.
     28 
     29 *hare-deps*(1) displays the dependency tree of a Hare program or module.
     30 
     31 *hare-run*(1) compiles and runs a Hare program or module.
     32 
     33 *hare-test*(1) compiles and runs tests for Hare code.
     34 
     35 # BUGS
     36 
     37 The quality of error messages is poor.
     38 
     39 # SEE ALSO
     40 
     41 *hare-module*(5), *haredoc*(1)
     42 
     43 See _https://harelang.org/community/_ for information on where to ask questions,
     44 send patches, submit bug reports, and chat with others in the community.
     45 
     46 Documentation for the language itself can be found at
     47 _https://harelang.org/documentation/_.
     48 
     49 The language specification is available at
     50 _https://harelang.org/specification/_.