From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 5B074BBAF for ; Fri, 17 Oct 2008 18:48:35 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmIEAK5e+EiAArkpjWdsb2JhbACBcpF3AgIJCwoYpVaGLl+DbA X-IronPort-AV: E=Sophos;i="4.33,432,1220220000"; d="scan'208";a="16210128" Received: from chokecherry.srv.cs.cmu.edu ([128.2.185.41]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Oct 2008 18:48:34 +0200 Received: from stratocaster.home (pool-96-236-220-57.pitbpa.fios.verizon.net [96.236.220.57]) (authenticated bits=0) by chokecherry.srv.cs.cmu.edu (8.13.6/8.13.6) with ESMTP id m9HGmWbl016164 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 17 Oct 2008 12:48:33 -0400 (EDT) Received: from ecc by stratocaster.home with local (Exim 4.69) (envelope-from ) id 1KqsV6-0008R1-FO for caml-list@yquem.inria.fr; Fri, 17 Oct 2008 12:48:32 -0400 Date: Fri, 17 Oct 2008 12:48:32 -0400 From: Eric Cooper To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Decent Java parser written in Ocml? Message-ID: <20081017164832.GC32254@localhost> Mail-Followup-To: caml-list@yquem.inria.fr References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Scanned-By: mimedefang-cmuscs on 128.2.185.41 X-Spam: no; 0.00; parser:01 parser:01 ocaml:01 wrote:01 wrote:01 caml-list:01 tar:01 generics:01 let:03 fri:05 written:07 written:07 i'm:09 updating:10 decent:12 On Fri, Oct 17, 2008 at 03:19:24PM +0900, Sung Kim wrote: > Currently I'm looking for a Java parser. Is there anyone aware of a > decent Java source code parser written in Ocaml? I wrote a simple Java parser and pretty-printer several years ago: http://www.cs.cmu.edu/~ecc/joust.tar.gz I'll let you decide whether it's "decent". This was before the addition of Java generics, so it could use some updating. -- Eric Cooper e c c @ c m u . e d u