Skip to content

Commit cbcaa50

Browse files
authored
Update README.md
1 parent 27352ae commit cbcaa50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
While this is an example for educational purposes, a commercially-backed solution is available at [RPG2Java](https://rpg2java.com)
6+
57
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/).
68

79
This project takes advantage of:
@@ -13,4 +15,4 @@ This project takes advantage of:
1315
## Acknowledgements
1416

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

0 commit comments

Comments
 (0)