Skip to content
JDDev0 edited this page Jun 2, 2020 · 4 revisions

The lang programming language makes simple translation files to real programs.

Getting started with Lang

You can find the general language description in the Lang.java file in the JavaDocs comment.
You can also find an example program with explanations right here: test.lang.
You can play with the language by using the LangShell: If you type "startShell" in the white text input in the "TermIO-Control" window, cou can get to the LangShell.

Clone this wiki locally