Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
M2toM3
Jump to user comments
A simple Modula-2 to Modula-3 translator by Peter Klein
pk@i3.informatik.rwth-aachen.de which covers most of the
syntactic differences between those languages. No context
sensitive analysis is done, so WITH statements, local
have to be dealt with by hand. Part of the Sun Modula 2
library is emulated by the Modula 3 library.