NAME¶
harec — Hare
    compiler for POSIX-compatible systems
SYNOPSIS¶
  
    | harec | [ -h] [-aarch] [-Dconstant] [-Mpath] [-msymbol] [-Nnamespace] [-ooutput] [-T]
      [-ttypedefs]
      [-v] input.ha | 
DESCRIPTION¶
The options are as follows:
  - -h
- Prints the help message and exits.
- -aarch
- Set target architecture.
- -Dconstant
- Define a constant.
- -Mpath
- Set module path prefix, to be stripped from error messages.
- -msymbol
- Set symbol of hosted main function.
- -Nnamespace
- Override namespace for module.
- -ooutput
- Set output file name.
- -T
- Emit tests.
- -ttypedefs
- Emit typedefs to file.
- -v
- Print version and exit.