[Oberon] New Oberon to Lua Transpiler

rochus.keller at bluewin.ch rochus.keller at bluewin.ch
Fri Oct 11 11:55:10 CEST 2019


In case you are interested:

I have implemented a transpiler wich is able to translate full Oberon-07 to Lua 5.1 which is then transparently just-in-time compiled and run by LuaJIT.

Here is an article about the motivation of the project and some implementation details: https://medium.com/@rochus.keller/implementing-call-by-reference-and-call-by-name-in-lua-47b9d1003cc2

Here are the source code and precompiled binaries for Linux: https://github.com/rochus-keller/Oberon

The test cases in the corresponding subfolder were adopted from OBNC and run successfully.

Best
R.K.


More information about the Oberon mailing list