File: hare.1.scd

package info (click to toggle)
hare 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: asm: 1,264; makefile: 123; sh: 114; lisp: 101
file content (52 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
HARE(1)

# NAME

hare - compile, run, test, and inspect Hare programs and modules

# SYNOPSIS

*hare* -h

*hare* version [-hv]

*hare* _command_ [_arguments_...]

# DESCRIPTION

*hare -h* prints help text.

*hare version* prints version information for the *hare* program. If *-v* is
supplied, it also prints information about the build parameters. If *-vv* is
specified, detailed information about the version and build parameters is
printed as shell environment variables in a format which is consistent between
versions and suitable for machine reading.

*hare-build*(1) compiles a Hare program or module.

*hare-cache*(1) manages the build cache.

*hare-deps*(1) displays the dependency tree of a Hare program or module.

*hare-run*(1) compiles and runs a Hare program or module.

*hare-test*(1) compiles and runs tests for Hare code.

*hare-tool*(1) runs a third-party Hare tool.

# BUGS

The quality of error messages is poor.

# SEE ALSO

*hare-module*(5), *haredoc*(1)

See _https://harelang.org/community/_ for information on where to ask questions,
send patches, submit bug reports, and chat with others in the community.

Documentation for the language itself can be found at
_https://harelang.org/documentation/_.

The language specification is available at
_https://harelang.org/specification/_.