MUMPS Runtime Interpreter implemented in Java
- Created by Kaoe Coito, owner of Sistemas Profissionais.
- Designed to allow my current ERP system for Real Estate developed in MUMPS can be ported to Java code.
- The project is in Pre Alpha phase and should not be used in production.
- If you have any questions you can send to my e-mail.
- Create a Virtual Machine to interpret MUMPS code developed in Java.
- Implement the storage of data in PostgreSQL with similar behavior to the Global MUMPS storage.
- Create Java classes that can be seen as MUMPS routines allowing MUMPS code to Java code migration gradually.
- Thanks to Brian Bray for the initial implementation of MUMPS parser in ANTLR4 and some ideas that inspired me to create the project.
- The M4J project code that was developed by Brian can be found in Github braylabs/m4j.
- Thanks to Allison Kaptur who explained simply and clearly the main issues on how to implement a Virtual Machine to interpret codes in Bytecode.