You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example Lang native module for the Standard Lang implementation of lang
3
3
4
+
## Git tags
5
+
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.
6
+
4
7
## Setup & Compile
5
8
1. Download the code from the [standard lang repository](https://github.com/JDDev0/lang)
6
9
2. Compile as jar
7
10
3. Create the lang folder in the project root and copy the jar file into this folder as lang.jar
8
-
4. Run the gradle <code>buildLangModule</code> task
9
-
5. The <code>module.lm</code> module file will be saved in <code>/build/libs</code>
11
+
4. Run the gradle `buildLangModule` task
12
+
5. The `module.lm` module file will be saved in `/build/libs`
10
13
11
14
## Structure
12
-
- Java code is stored in <code>/src/main/java</code>
13
-
- Lang code is stored in <code>/src/main/langmodule</code>
0 commit comments