[ 原始碼: gradle-jflex-plugin ]
套件:libgradle-jflex-plugin-java(0.0.2-5)
libgradle-jflex-plugin-java 的相關連結
Debian 的資源:
下載原始碼套件 gradle-jflex-plugin:
- [gradle-jflex-plugin_0.0.2-5.dsc]
- [gradle-jflex-plugin_0.0.2.orig.tar.gz]
- [gradle-jflex-plugin_0.0.2-5.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.