From owner-freebsd-current Sat Apr 10 9:38:45 1999 Delivered-To: freebsd-current@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id C02A814EB6 for ; Sat, 10 Apr 1999 09:38:43 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: from pinhead.parag.codegen.com (localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id JAA05519; Sat, 10 Apr 1999 09:36:27 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) To: "Daniel C. Sobral" Cc: loverso@sitaranetworks.com, current@FreeBSD.ORG Subject: Re: ATTENTION PLEASE: g77 in base system. In-Reply-To: Message from "Daniel C. Sobral" of "Sun, 11 Apr 1999 00:34:18 +0900." <370F6F7A.76A4058F@newsguy.com> X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm X-URL: http://www.codegen.com Date: Sat, 10 Apr 1999 09:36:27 -0700 Message-ID: <5515.923762187@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Does gcc has a Pascal? :-) Actually, yes. It's not a part of it yet, but drops in and builds easily with gcc-2.8.1, and with very little extra work for egcs. Check out . Unlike Modula-3 and Gnat, they wrote the front-end in C, so it's a whole lot easier to port. It drops into a "p" subdir much like the Fortran front-end and includes a bunch of tests. It's a pretty nice dialect too - mostly compatible with Borland's Pascal with object extensions. I personally don't need Fortran or Objective-C, but could use C, C++, gjc (the new Java compiler), and gpc. I'm used to building my own compilers and cross-compilers, so it's no big deal for me either way. -- Parag Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message