#---------------------------------------------------------------------------* # # @file goil_cpu_level_include.galgas # # @section desc File description # # Grammar of includes inside the CPU object. # # @section copyright Copyright # # Goil OIL compiler, part of Trampoline RTOS # # Trampoline is copyright (c) CNRS, University of Nantes, # Ecole Centrale de Nantes # Trampoline is protected by the French intellectual property law. # # This software is distributed under the GNU Public Licence V2. # Check the LICENSE file in the root directory of Trampoline # # $Date$ # $Rev$ # $Author$ # $URL$ # #---------------------------------------------------------------------------* grammar goil_object_level_include "LL1" { syntax goil_syntax ?let @implementationObjectMap types ?!@objectAttributes identifiers unused unused unused unused unused unused unused unused } # vim:ft=ggs:ts=4:sw=4