|
DISTRIBUTION CONTENTS |
AFNIX is distributed with several clients and libraries. The distribution also incorporates the documentation and numerous examples. A comprehensive programming interface is also available. By definition, the distribution defines as core element, any client or library that is distributed by default. This means that a core element is almost platform independent. Opposite to the core element, are the extension elements that are not distributed automatically. Although some of them might be, it is not necessarily true. For instance, the static version of the interpreter is part of the core distribution but is not built automatically.
| Client | Description | Distribution |
|---|---|---|
| axi | cross interpreter client | core |
| axc | cross compiler client | core |
| axl | cross librarian client | core |
| axd | cross debugger client | core |
| axs | cross spreadsheet client | core |
AFNIX is released with several modules. A module is a specialized collection of classes and functions. A module can be loaded on demand. Additionally, the distribution provides services modules that incorporate one or several module functionality, bundled in a convenient way with additional features and objects.
| Module | Description | Distribution |
|---|---|---|
| afnix-sio | Standard i/o module | core |
| afnix-sys | System module | core |
| afnix-net | Networking module | core |
| afnix-sps | Spreadsheet module | core |
| afnix-gfx | Graph structure module | core |
| afnix-txt | Text processing module | core |
| afnix-pim | Personal management module | core |
| afnix-nwg | Network working group module | core |
| afnix-xml | XML document processing module | core |
| Service | Description | Distribution |
|---|---|---|
| afnix-xpe | xml processing environment service | core |
| afnix-wax | web application extension service | core |
The AFNIX core language comes with an interpreter and a set of predefined keywords, functions and base objects. For an introduction to the language, please consult the programmer's guide.
|
|
Copyright © 1999-2008 Amaury Darsch |