[ ソース: 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.