-
Notifications
You must be signed in to change notification settings - Fork 28
Home
pf_miles edited this page Dec 7, 2020
·
12 revisions
- A dynamic parser generator.
- Suitable for DSL creation in pure java.
- Though parsing complex general purposed programming languages are feasible.
- Recognizes LL(*) grammar.
- Requires JDK 1.6 or above.
- No any other dependencies except for the built-in java library.
- The latest v0.2.x packages are already in maven central repo. Just specify the dependency to include it:
<dependency>
<groupId>com.github.pfmiles</groupId>
<artifactId>dropincc.java</artifactId>
<version>0.2.3</version>
</dependency>
- Or you can download the binary & source jars on page: https://github.com/pfmiles/dropincc.java/releases
- For quick start guide, please refer to project's README file. There is also a toy example in blog entry.
- For currently release versions, please go to Version Planning and Release Log page.
- For the idea and concepts behind the design of dropincc.java, please have a look at Design Concepts page.
- For source branches description, please refer to Branch Description
- 中文版用户指南(for v0.2.x) dropincc.java用户指南.pdf