'\" t .\" This documentation, which is part of the afnix writing .\" system distribution, is free and can be distributed as .\" long as this copyright notice is left intact. .\" .\" This documentation is distributed in the hope that it .\" will be useful, but without any warranty; without even .\" the implied warranty of merchantability and fitness .\" for a particular purpose. In no event, shall the .\" copyright holder be liable for any direct, incident .\" incidental or special damages arising in any way out .\" of the use of this documentation. .\" .\" Copyright (c) 1999-2019 Amaury Darsch .\" .TH axi 1 2019-10-09 AFNIX "AFNIX Client" .SH NAME axi - afnix cross interpreter .SH SYNOPSIS axi [options] file [arguments] .SH OPTIONS .sp .B [h] .br prints the help message .sp .B [v] .br prints the program version .sp .B [m] .br enable the start module .sp .B [i] path|librarian .br add a directory or librarian to the resolver path .sp .B [e] mode .br force the encoding mode .sp .B [f] assert .br enable assertion checking .sp .B [f] nopath .br do not set initial path .sp .B [f] noseed .br do not seed the random engine .sp .B [f] seed .br seed the random engine .SH DESCRIPTION axiinvokes the interpreter command line interpreter. Without arguments, the interpreter is invoked interactively. With one or several arguments, the first argument is taken as the file to execute. The rest of the command line is the arguments for the file being executed. With the help of the file resolver, a file does not have to have the .alsor .axcextensions. When using a librarian, an initial module can be automatically loaded with the help of the moption. A double system separator can be used to separate the interpreter options with the program options. Normally, the encoding mode is automatically detected from the running session or from the system environment. However, the eoption might be used to overwrite the default settings, especially when an file is based on one of the ISO-8859 character set. .SH VERSION The current version is the 2.9.2release. .SH SEE ALSO axc, axd, axl, .SH NOTES The distribution comes with an extensive documentation. The documentation is available onlineor in the docdirectory in the form of formatted xhtml documents or manual pages. .SH AUTHOR The writing system has been conceived and implemented by (amaury@afnix.org) Amaury Darsch. .SH HISTORY The writing system was originally called the Aleph programming languagewhich has been discontinued on January 2005 when the 1.0.0 version was released. More information is available in the manual collection.