From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8555 invoked by alias); 11 Dec 2007 16:42:37 -0000 Received: (qmail 8547 invoked by uid 22791); 11 Dec 2007 16:42:36 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Dec 2007 16:42:31 +0000 Received: by nf-out-0910.google.com with SMTP id h3so2414210nfh for ; Tue, 11 Dec 2007 08:42:28 -0800 (PST) Received: by 10.82.186.5 with SMTP id j5mr2182649buf.1197391348028; Tue, 11 Dec 2007 08:42:28 -0800 (PST) Received: by 10.82.163.11 with HTTP; Tue, 11 Dec 2007 08:42:28 -0800 (PST) Message-ID: <11bb79770712110842i51b64f4ct7d949294a930e0ea@mail.gmail.com> Date: Tue, 11 Dec 2007 16:42:00 -0000 From: "Tihanyi Norbert" To: gcc-help@gcc.gnu.org Subject: ast in gcj MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: f4a785f1932c7f29 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00223.txt.bz2 Hello! I have a little problem. I would like to make a new front-end for gcc. It'll working with java search, but I can't found any reference how can I dump my program's AST. I hope, somebody could help me! N