-- system: "Eiffel parser" -- compiler: "Visual Eiffel 3.1" -- author: "Eric Bezault " -- copyright: "Copyright (c) 1999, Eric Bezault and others" -- license: "Eiffel Forum Freeware License v1 (see forum.txt)" -- date: "$Date: 1999/10/02 12:51:00 $" -- revision: "$Revision: 1.3 $" system eiffel_parser root EIFFEL_PARSER creation benchmark cluster [eiffel_parser_project "."] end [eiffel_parser "$GOBO\example\parse\eiffel"] end -- Gobo Eiffel Parse Library [pr_skeleton "$GOBO\library\parse\skeleton"] end -- Gobo Eiffel Lexical Library [lx_skeleton "$GOBO\library\lexical\skeleton"] end -- Gobo Eiffel Utility Library [ut_support "$GOBO\library\utility\support"] end -- Gobo Eiffel Kernel Library [kl_kernel "$GOBO\library\kernel"] end [kl_kernel_spec "$GOBO\library\kernel\spec\ve"] end -- Kernel [Kernel "$VE_LIB\kernel"] end option target exe console end