Information for build jflex-1.7.0-3.oc9
ID | 16106 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | jflex | |||||||||||||||
Version | 1.7.0 | |||||||||||||||
Release | 3.oc9 | |||||||||||||||
Epoch | ||||||||||||||||
Source | git+https://gitee.com/src-opencloudos-rpms/jflex.git?.#5483b1cca9aa1aaca461b49e3359b846d843b673 | |||||||||||||||
Summary | Fast Scanner Generator | |||||||||||||||
Description | JFlex is a lexical analyzer generator (also known as scanner generator) for Java, written in Java. A lexical analyzer generator 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. Lexers usually are the first front-end step in compilers, matching keywords, comments, operators, etc, and generating an input token stream for parsers. Lexers can also be used for many other purposes. JFlex lexers are based on deterministic finite automata (DFAs). They are fast, without expensive backtracking. JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool. | |||||||||||||||
Built by | denisecheng | |||||||||||||||
State | complete | |||||||||||||||
Volume | DEFAULT | |||||||||||||||
Started | Thu, 21 Sep 2023 00:09:55 CST | |||||||||||||||
Completed | Thu, 21 Sep 2023 00:12:22 CST | |||||||||||||||
Task | build (dist-oc9, /src-opencloudos-rpms/jflex.git:.:origin/oc9) | |||||||||||||||
Extra | {'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/jflex.git?.#origin/oc9'}} | |||||||||||||||
Tags |
|
|||||||||||||||
RPMs |
|
|||||||||||||||
Logs |
|
|||||||||||||||
Changelog | * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Apr 21 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.0-2 - non-bootstrap * Fri Apr 21 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.0-1 - initial - we should bootstrap building because it dependence itsself |