This is an example Lang native module for the Standard Lang implementation of lang
The git tags starting with lang-
are used to mark the last commit of this repository which is still compatible with the standard lang release with that version number.
Every commit after a tag requires either the next standard lang version or if no newer version was released, the latest state of the standard lang repository (= newest commit).
- Download the code from the standard lang repository
- Compile as jar
- Create the lang folder in the project root and copy the jar file into this folder as lang.jar
- Run the gradle
buildLangModule
task - The
module.lm
module file will be saved in/build/libs
- Java code is stored in
/src/main/java
- Lang code is stored in
/src/main/langmodule