m2tom3

from The Free On-line Dictionary of Computing (8 July 2008)
M2toM3

   A simple {Modula-2} to {Modula-3} translator by Peter Klein
   <[email protected]> which covers most of the
   syntactic differences between those languages.  No context
   sensitive analysis is done, so WITH statements, local
   {modules}, {enumeration type} literals and {variant RECORDs}
   have to be dealt with by hand.  Part of the {Sun} Modula 2
   library is emulated by the Modula 3 library.

   Version 1.01.

   (ftp://martha.informatik.rwth-aachen.de/pub/Modula3).

   (1992-12-01)
    

[email protected]