Re: c to Pascal translators?

Geert Bosch <geert@sun3.iaf.nl>
20 Feb 1998 17:56:20 -0500

          From comp.compilers

Related articles
c to Pascal translators? bdc2@po.CWRU.Edu (1998-02-18)
Re: c to Pascal translators? adrian@dcs.rhbnc.ac.uk (1998-02-20)
Re: c to Pascal translators? geert@sun3.iaf.nl (Geert Bosch) (1998-02-20)
Re: c to Pascal translators? pdbaylie@eos.ncsu.edu (Peter D Baylies) (1998-02-20)
Re: c to Pascal translators? ssu95atc@reading.ac.uk (Tony Curtis) (1998-02-20)
Re: c to Pascal translators? derek@knosof.co.uk (1998-03-03)
Re: c to Pascal translators? bweinra@uswest.com (Bret D Weinraub) (1998-03-05)
Re: c to Pascal translators? bear@sonic.net (Ray Dillinger) (1998-03-06)
Re: c to Pascal translators? fpeelo@portablesolutions.com (Frank Peelo) (1998-03-07)
[5 later articles]
| List of all articles for this month |

From: Geert Bosch <geert@sun3.iaf.nl>
Newsgroups: comp.compilers
Date: 20 Feb 1998 17:56:20 -0500
Organization: La Calandre Infortunee
References: 98-02-090
Keywords: Pascal, C, translator

Our moderator wrote:
      [I know about Pascal to C, but I don't recall much in the other
      direction. C is more expressive than Pascal, it'd be hard.
      -John]


That's also true the other way around. One particular tricky thing
in converting Pascal to C are nested procedures with proper scoping.
Ultimately both languages can implement a Turing machine, but people
expect some clean high-level translation that produces maintainable
code. Such expectations generally lead to disappointments..


Regards,
      Geert
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.