Related articles |
---|
iburg, lcc now available via CVS drhanson@gmail.com (Dave Hanson) (2005-03-20) |
From: | "Dave Hanson" <drhanson@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 20 Mar 2005 11:13:34 -0500 |
Organization: | http://groups.google.com |
Keywords: | tools, available |
Posted-Date: | 20 Mar 2005 11:13:34 EST |
The iburg source code is now available via anonymous CVS at
cvs.cs.princeton.edu. The command
cvs -d :ext:anon-iburg@cvs.cs.princeton.edu:/cvs co -d iburg .
creates the directory iburg and populates it from the source tree. This
command is equivalent to the commands
mkdir iburg
cd iburg
cvs -d :ext:anon-iburg@cvs.cs.princeton.edu:/cvs co .
Hit return if you're prompted for a password, and ignore diagnostics
about missing home directories. Visit http://cvs.cs.princeton.edu for
more information about the Princeton CVS server.
lcc is also available via CVS; see
http://www.cs.princeton.edu/software/lcc/faq.html>vs.
dave hanson
Return to the
comp.compilers page.
Search the
comp.compilers archives again.