You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This repository contains a simple transpiler from RPG code to Java.
4
4
5
+
While this is an example for educational purposes, a commercially-backed solution is available at [RPG2Java](https://rpg2java.com)
6
+
5
7
This code was written for the tutorial on transpilers at [https://tomassetti.me/how-to-write-a-transpiler/](https://tomassetti.me/how-to-write-a-transpiler/).
6
8
7
9
This project takes advantage of:
@@ -13,4 +15,4 @@ This project takes advantage of:
13
15
## Acknowledgements
14
16
15
17
Thanks to Sme.UP and Franco Lombardo for their work on Jariko, the JVM interpreter for RPG.
0 commit comments