Information for RPM jflex-1.7.0-4.oc9.noarch.rpm
ID | 153608 | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | jflex | ||||||||||||||||||||||||||||||||||||
Version | 1.7.0 | ||||||||||||||||||||||||||||||||||||
Release | 4.oc9 | ||||||||||||||||||||||||||||||||||||
Epoch | |||||||||||||||||||||||||||||||||||||
Arch | noarch | ||||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||||
Build Time | 2024-01-07 22:47:56 GMT | ||||||||||||||||||||||||||||||||||||
Size | 1.63 MB | ||||||||||||||||||||||||||||||||||||
328a69295ee9b57b18b5f715a6edfe83 | |||||||||||||||||||||||||||||||||||||
License | BSD | ||||||||||||||||||||||||||||||||||||
Buildroot | dist-oc9-build-62615-16463 | ||||||||||||||||||||||||||||||||||||
Provides |
|
||||||||||||||||||||||||||||||||||||
Obsoletes | No Obsoletes | ||||||||||||||||||||||||||||||||||||
Conflicts | No Conflicts | ||||||||||||||||||||||||||||||||||||
Requires |
|
||||||||||||||||||||||||||||||||||||
Recommends | No Recommends | ||||||||||||||||||||||||||||||||||||
Suggests | No Suggests | ||||||||||||||||||||||||||||||||||||
Supplements | No Supplements | ||||||||||||||||||||||||||||||||||||
Enhances | No Enhances | ||||||||||||||||||||||||||||||||||||
Files |
|
||||||||||||||||||||||||||||||||||||
Component of | No Buildroots |