Xref: utzoo gnu.gcc:1185 comp.lang.modula2:1943 Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!sunybcs!bowen From: bowen@cs.Buffalo.EDU (Devon Bowen) Newsgroups: gnu.gcc,comp.lang.modula2 Subject: Re: Gnu Languages Message-ID: <14563@eerie.acsu.Buffalo.EDU> Date: 11 Dec 89 20:17:45 GMT References: <8912091615.AA07402@ccv.fr> Sender: nobody@acsu.buffalo.edu Reply-To: bowen@cs.Buffalo.EDU (Devon Bowen) Followup-To: gnu.gcc Distribution: gnu Organization: SUNY at Buffalo Computer Science Lines: 15 In article <8912091615.AA07402@ccv.fr>, rms@ccvi.ccv.fr (Richard M. Stallman) writes: > There may be volunteers working on a Modula front end; I'm not sure. That's being done here now. We're doing it in two passes. First pass to build the object trees and the second for code generation. It's expected the first pass will be done by the end of the month (doing IMPORTS/EXPORTS now). We plan to keep to Wirth (4th edition) while listening to the standards proposals to clarify ambiguities. We're currently behind schedule by about 1.5 months. This is due to some internal problems we were having which have been resolved. We're continuing now at a steady pace. Devon