The source is structured in various parts : (given in loading order)
| File name | Content |
| errormsg.scm | Contains the functions related to error management. |
| aboutbox.scm | Contains the source of the About AriNET box. |
| gui_helper.scm | Contains functions for centering the windows. |
| valuedialogs.scm | Is the code for creating the value dialogs (get-value, set-value! ...). |
| environment.scm | Contains the model of environment. |
| infix_to_prefix.scm | Is the infix to prefix converter. |
| arinet.scm | Contains the ``boxes'' generator. |
| myeval.scm | Is the evaluator. |
| prefix_to_arinet.scm | Is filled with the arithmetical networks generator. |
| read_eval_print.scm | Contains the read-eval-print-loop used in the Transcript Window. |
| global_values.scm | Is filled with the global values of AriNET. |