next up previous
Next: The translation approaches Up: A Prototype of FORTRAN-to-Java Previous: Introduction

Main issues to be addressed in a FORTRAN-to-Java converter

Although it is true that translating a FORTRAN program to Java program is relatively easier than other way around, some issues have to be dealt carefully for both semantical equivalence of the corresponding programs and efficiency of the resulting Java program. Our experience has shown that some of the issues are non trivial. In fact, we have not reached satisfactory solutions for some of them. In this section, we briefly introduce the main issues that have been addressed in our converter. We describe our translation schemes for each one of them in the next section.

In what follows, our discussion will be focused on translation schemes for the above issues. Coding details will not be discussed, since it is closely related to the data structure of the AST.


next up previous
Next: The translation approaches Up: A Prototype of FORTRAN-to-Java Previous: Introduction


Tue Dec 1 01:57:28 EST 1998