Re: [Cobolforgcc-devel] Old cobolforgcc Source
Status: Pre-Alpha
Brought to you by:
timjosling
From: tim <te...@me...> - 2008-01-12 22:29:17
|
Tom, It is still there in the repository. You can extract it using the cvs tag "original-c-version". Eg cvs -z3 -d:pserver:ano...@co...:/cvsroot/cobolforgcc co -r original-c-version . All on one line. Note the full stop at the end. I tested this so it might work for you. You can also browse it using cvs browse, under the COBOL directory. By the way I am still making progress on the new version. The parser generator using a special skeleton for bison to output lisp is working. I am now working on the preprocessor (copy/replace verbs). Regards, Tim Josling On Sat, 2008-01-12 at 06:04 -0600, Tom Browder wrote: > On Jan 9, 2008 1:21 AM, tim <te...@me...> wrote: > > Tom, > > > > That would be extremely useful, but it would not be a job for the > > faint-hearted. As an example, I can't get vanilla GCC to build on my PC > > at the moment on my PC. > > > > My intent is to start with "treelang" and add functionality to that. The > > have kept treelang up to date while I have been away. > > Tim, I just noticed that you killed all the old cobol code on > sourceforge (and added the new lisp stuff), so does that mean I > shouldn't try to get the old to build with current gcc mainline? I > can build the mainline treelang Ok (at least I could a few weeks ago). > > BTW, the gcc I'm using for everything now (including Loki lib) is a > 4.3 snapshot (4.3.0 20071109). I've gotten it to build on some very > old hardware (running FC2) as well as newer stuff under Fedora 7. > > -Tom |