Scroll to navigation

HAREC(1) General Commands Manual HAREC(1)

NAME

harecHare compiler for POSIX-compatible systems

SYNOPSIS

harec [-h] [-a arch] [-D constant] [-M path] [-m symbol] [-N namespace] [-o output] [-T] [-t typedefs] [-v] input.ha

DESCRIPTION

The options are as follows:

Prints the help message and exits.
arch
Set target architecture.
constant
Define a constant.
path
Set module path prefix, to be stripped from error messages.
symbol
Set symbol of hosted main function.
namespace
Override namespace for module.
output
Set output file name.
Emit tests.
typedefs
Emit typedefs to file.
Print version and exit.
October 11, 2024 Debian