The Bytecode Club - Reverse Engineering Forum
DSLBuilder- Domain Specific Language Building API - Printable Version

+- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Java Projects / Libraries (https://the.bytecode.club/forumdisplay.php?fid=136)
+--- Thread: DSLBuilder- Domain Specific Language Building API (/showthread.php?tid=46010)



DSLBuilder- Domain Specific Language Building API - Konloch - 02-19-2023

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