FTP Directory: ftp://summit.stanford.edu/pub/guavac/ Parent Directory README . . . . . . . . . . . . . [Jun 29 21:55] README-0.2.2 . . . . . . . . . . [May 26 05:02] 5k README-0.2.3 . . . . . . . . . . [Jul 4 22:16] 5k RELEASE. . . . . . . . . . . . . [Jun 29 21:55] RELEASE-0.2.2. . . . . . . . . . [May 26 05:02] 3k RELEASE-0.2.3. . . . . . . . . . [Jul 3 17:23] 3k guavac-0.2.2.tar.gz. . . . . . . [May 26 05:02] 384k guavac-0.2.3-linux-elf.tar.gz. . [Jul 4 22:53] 413k guavac-0.2.3a.tar.gz . . . . . . [Jul 4 22:19] 389k guavac.tar.gz. . . . . . . . . . [Jul 4 22:20] patch-0.2.3a . . . . . . . . . . [Jul 4 22:20] 1k ------------------------------------------------------------------------ README file from ftp://summit.stanford.edu/pub/guavac/ README file for guavac, version 0.2.3 Guavac is a new compiler for the Java language, written by Effective Edge Technologies and distributed under the Gnu Public License. You should feel free to use, copy and modify it, based on the terms in the COPYING file included in this distribution. We are distributing guavac free of charge in the hopes that other people will find it useful and possibly enhance its utility in turn. **************************************************************** Guavac should produce correct bytecode for valid Java input, but you may encounter some difficulties in compiling guavac itself, which may make guavac impractical for inexperienced programmers. **************************************************************** Guavac is written in C++, so it requires a decent C++ compiler and a class library that implements the standard C++ libraries defined in the current C++ standard. To be more specific, guavac uses a few STL collection classes (like map and deque) as well as the standard string class which is used for Java's 16-bit (Unicode) strings. This has only been tested using gcc (version 2.7.2) and libg++ (version 2.7.1), which seem to work out of the box on Linux, Irix and Solaris. *********>>>>> Older versions of gcc will NOT work. ------------------------------------------------------------------------ Generated Monday, 08-Jul-96 16:53:32 GMT, by ftpget/1.0.beta17@new-relay.pa-x.dec.com