From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id AAA28871 for caml-red; Mon, 17 Jul 2000 00:10:05 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA00866 for ; Thu, 13 Jul 2000 15:22:38 +0200 (MET DST) Received: from nenuphar.saclay.cea.fr (nenuphar.saclay.cea.fr [132.166.192.7]) by nez-perce.inria.fr (8.10.0/8.10.0) with ESMTP id e6DDMc507135 for ; Thu, 13 Jul 2000 15:22:38 +0200 (MET DST) Received: from orion.serma.cea.fr (orion.serma.cea.fr [132.166.151.161]) by nenuphar.saclay.cea.fr (8.9.1a/8.9.1/CEAnet-relay-5.0.D20+Y2K) with ESMTP id PAA21716 for ; Thu, 13 Jul 2000 15:22:38 +0200 (MET DST) Received: from cea.fr (localhost [127.0.0.1]) by orion.serma.cea.fr (8.9.3/8.8.7) with ESMTP id PAA08839 for ; Thu, 13 Jul 2000 15:22:37 +0200 Message-ID: <396DC29C.1E804897@cea.fr> Date: Thu, 13 Jul 2000 13:22:36 +0000 From: Patrick Goldbronn - SYSCO Organization: CEA X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.9-27mdksmp-fb i686) X-Accept-Language: fr-FR, en MIME-Version: 1.0 To: "Inria, caml" Subject: fortran parser Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit Sender: weis@pauillac.inria.fr (English follow) Bonjour, Ceci n'est pas une question à proprement parlé sur caml, mais j'aimerais l'utiliser pour ca. Je recherche un parser pour le langage fortran 77. Mon but est de faire une table de dépendence entre les subroutines et fonctions pour trouver celles qui ne sont pas (ou plutot plus) utilisées. Je ne suis pas un expert en grammaire de langage, ni en programation de parser, aussi si quelqu'un avez fait quelque chose de similaire, j'apprécierai grandement le gain en temps :) C2caml (mlgtk) ou camlidl sont un peu complexe (parce que tout le C qui est beaucoup plus complex que le fortran ;) comme point de départ. Peut-etre avez des pointeurs sur ce probleme pour les débutants ? Merci d'avance. ============================================================================= Hello, This is not a question about caml in fact, but I'd like to use it for this :) I search a parser for fortran 77 language. My goal is to make an hash of functions and subroutines dependencies to find which isn't use ! I'm not an expert in grammar language and parser so if someone has do something like that I appreciate this time gain. C2caml (mlgtk) or camlidl are a litle complicated (because all C feature are use) as start point. Perhaps have you some link about that for beginer ;) ? Thanks in advance. (Sorry for bad english) -- ##################################### # Patrick GOLDBRONN # # CEA - DRN/DMT/SYSCO # # CE-Saclay, Bâtiment 460 # # 91191 GIF/YVETTE CEDEX (FRANCE) # # # # Tél : 01 69 08 73 55 # # Fax : 01 69 08 96 96 # #####################################