DSL语法解析器生成器 dropincc.java

码农软件 · 软件分类 · 语法解析工具 · 2019-12-12 13:26:25

软件介绍

dropincc.java 是

  • 一个简单、好用的语法解析器生成器;

  • 专为java语言环境下,实施DSL方案而设计;

  • 特点:使用纯java语法(Fluent Interface)制定用户的词法、语法规则;jdk1.6 compiler API动态编译为字节码;自动管理字节码、用户无需关心具体生成的解析器源码;专为DSL打造,相对与使用其它常见工具(javacc, antlr等)做DSL解析,代码量急剧下降;上手较为容易,让用户更加关注自身业务内容

  • 需要jdk1.6或以上版本运行,无任何其它依赖

  • 识别LL(*)语法

使用: 



Quick Start: https://github.com/pfmiles/dropincc.java

另一篇Quick Start: http://pfmiles.github.io/blog/dropincc-dot-java-the-ultimate-tool-to-create-dsls-in-java/

中文版用户指南(for v0.2.x):dropincc.java用户指南.pdf

本文地址:https://www.codercto.com/soft/d/20986.html

Introduction to Linear Optimization

Introduction to Linear Optimization

Dimitris Bertsimas、John N. Tsitsiklis / Athena Scientific / 1997-02-01 / USD 89.00

"The true merit of this book, however, lies in its pedagogical qualities which are so impressive..." "Throughout the book, the authors make serious efforts to give geometric and intuitive explanations......一起来看看 《Introduction to Linear Optimization》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码