man axc (Commandes) - the Aleph cross compiler

NAME

axc - the Aleph cross compiler

SYNOPSIS

axc [ options ] files

DESCRIPTION

axc invokes the Aleph cross compiler. At this stage of development, the compiler is merely a form serializer. Syntax checking is done and a binary file is generated for each input file. The compiled file can be read by the Aleph interpreter or included in a librarian.

OPTIONS

-h
prints an help message.
-v
displays the program version.
-i path
add a path to the resolver.

VERSION

The current version is 0.9.0

SEE ALSO

aleph(1), axl(1)

DEBIAN NOTES

Aleph comes with an extensive documentation. With Debian, look into /usr/share/doc/aleph-doc for more information. You might need to install the aleph-doc package.

FREEBSD NOTES

Aleph comes with an extensive documentation. With FreeBSD, you can download the preformated documentation from <ftp.aleph-lang.org>.

AUTHOR

axc has been written by Amaury Darsch <amaury@ethernix.org>.