Interpreters and Compilers

Perhaps you have your language and you need a new interpreter or compiler for it.

Maybe you want to build an interpreter to run your code on a certain platform. For example, we created an interpreter for RPG that runs on the JVM.

Maybe you need a compiler, to produce efficient native code or bytecode. We have worked with platforms such as LLVM, JVM bytecode or Roslyn.