Modula-2 Compiler Port to JVM
Status: not begun
Abstract: I have the source code for a fully functioning Modula-2 compiler (written in Modula-2 same dialect it compiles) which generates M-code. The project would be to modify the existing Modula-2 compiler to generate Java-Bytecode instead of M-code. M-code and Bytecode are very similar in that they were both evolved from p-code. In this fashion the compiler would then be able to port itself onto the JVM environment.
Team Members: None