Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 987 Bytes

DSLBuilder

DSLBuilder is zero dependency Java library for creating domain specific languages.

You can easily create your own domain specific language and supply your own runtime using this library.

💡 Requirements

  • Java Runtime 1.8 or higher

⚙️ How To Add As Library

Add it as a maven dependency or just download the latest release.

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.2.1</version>
</dependency>

📚 Links

💻 How To Use

Click here to view an example DSL implementation using DSLBuilder

👨‍💻 Disclaimer

This does not have support for escaping reserved characters in Strings.