Rpg To Java Transpiler Save

An RPG to Java transpiler

Project README

RPG to Java transpiler

This repository contains a simple transpiler from RPG code to Java.

This code was written for the tutorial on transpilers at https://tomassetti.me/how-to-write-a-transpiler/.

This project takes advantage of:

  • The RPG parser from Jariko. Jariko is a JVM interpreter for RPG. To learn more about Jariko you can read this article
  • JavaParser, a library to parse and process Java code
  • Kolasu, a library to define ASTs

Acknowledgements

Thanks to Sme.UP and Franco Lombardo for their work on Jariko, the JVM interpreter for RPG. We have derived examples from that project.

Open Source Agenda is not affiliated with "Rpg To Java Transpiler" Project. README Source: Strumenta/rpg-to-java-transpiler
Stars
37
Open Issues
0
Last Commit
2 months ago

Open Source Agenda Badge

Open Source Agenda Rating