                 NARVAL - Core
                 =============


In this directory, we have the source of Narval core.

This directory contains:
 * acteurs : defines an object actor, consumer, ...
 * base : defines basics Narval functions and types
 * communication : defines Narval communication link (fifo, sockets, ...)
 * configurateur : defines all the tools needed to parse and interpretate all the
     config files.
 * coordinateur : XAVVVVVV
 * entracte : defines the object who handles data from one Narval to an other one.
 * exemples_acteurs : repository with some stable actors
 * GNUmakefile
 * interfaces : repository with AWS shell and Central Log source
 * libada : defines some ada tools use in Narval
 * machine_etat : defines the Narval automat and all the transition rules
 * memoire : defines the Narval memory and buffer
 * shell : defines the Narval shell and all the linked functions