JDDev0 / LangExampleNativeModule

This is an example Lang native module for the Standard Lang implementation of Lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is an example Lang native module for the Standard Lang implementation of Lang

License:MIT License


Languages

Language:Java 100.0%