Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jddev0/langexamplenativemodule
This is an example Lang native module for the Standard Lang implementation of Lang
https://github.com/jddev0/langexamplenativemodule
example-library lang-language lang-module lang-native-module
Last synced: about 2 months ago
JSON representation
This is an example Lang native module for the Standard Lang implementation of Lang
- Host: GitHub
- URL: https://github.com/jddev0/langexamplenativemodule
- Owner: JDDev0
- License: mit
- Created: 2023-01-19T13:05:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T13:45:01.000Z (4 months ago)
- Last Synced: 2024-09-14T23:42:20.919Z (4 months ago)
- Topics: example-library, lang-language, lang-module, lang-native-module
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lang Example Native Module
This is an example Lang native module for the Standard Lang implementation of Lang## Setup & Compile
1. Sync gradle project
2. Run the gradle `buildLangModule` task
3. The `module.lm` module file will be saved in `/build/libs`## Structure
- Java code is stored in `/src/main/java`
- Lang code is stored in `/src/main/langmodule`