[ 源代码: gradle-jflex-plugin ]
软件包:libgradle-jflex-plugin-java(0.0.2-4)
libgradle-jflex-plugin-java 的相关链接
Debian 的资源:
下载源码包 gradle-jflex-plugin:
- [gradle-jflex-plugin_0.0.2-4.dsc]
- [gradle-jflex-plugin_0.0.2.orig.tar.gz]
- [gradle-jflex-plugin_0.0.2-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Gradle plugin for JFlex, a scanner generator
The gradle-jflex-plugin makes it possible to integrate JFlex into the Gradle build system. JFlex itself is a lexical analyzer generator that takes as input a specification with a set of regular expressions and corresponding actions. It generates a program (a lexer) that reads input, matches the input against the regular expressions in the spec file, and runs the corresponding action if a regular expression matched.