From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ea40456edaea3d23 X-Google-Attributes: gid103376,public From: mfeldman@seas.gwu.edu (Michael Feldman) Subject: Re: Pascal to Ada translator/ aflex,ayacc GNAT ports Date: 1996/11/27 Message-ID: <57i8af$p8m@felix.seas.gwu.edu>#1/1 X-Deja-AN: 201101433 references: <57htn2$jm8@cnn.Princeton.EDU> organization: George Washington University newsgroups: comp.lang.ada Date: 1996-11-27T00:00:00+00:00 List-Id: In article <57htn2$jm8@cnn.Princeton.EDU>, Martin C. Carlisle wrote: >I have just completed a preliminary version of a pascal to ada >translator (some features like "with" aren't handled) using aflex >and ayacc. It is publicly available at: This looks like it has a lot of real potential as a valuable tool. What _does_ it do with a Pascal "with"? Maybe it should mark such lines in an obvious way for hand-tweaking? Expanding a Pascal "with" into full field-selection looks intuitively similar to the "use" expansion some Ada tools can do. In any event, good luck with this! Keep up the good work! Mike Feldman