The Bytecode Club

Full Version: DSLBuilder- Pure Java zero dependency domain specific language builder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
About: Pure Java zero dependency domain specific language builder API with it's own runtime.
License: MIT License
Source: https://konloch.com/DSLBuilder/
Download Jar: https://konloch.com/DSLBuilder/releases/
Add as maven dependency:
Code:
<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.0.0</version>
</dependency>

DSLBuilder Example
Click here to view an example DSL implementation using DSLBuilder