Thu, 09 Jan 2025 12:20:52 CST | login

Information for RPM jflex-1.7.0-6.ocs23.src.rpm

ID232593
Namejflex
Version1.7.0
Release6.ocs23
Epoch
Archsrc
SummaryFast Scanner Generator
DescriptionJFlex 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 Time2024-09-27 07:19:26 GMT
Size2.15 MB
b23cbda08d21c9d21c38001e685530cf
LicenseBSD
Buildrootdist-ocs23-base-build-292142-28282
Provides
jflex = 1.7.0-6.ocs23
jflex-javadoc = 1.7.0-6.ocs23
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
jflex
maven-local
mvn(java_cup:java_cup)
mvn(junit:junit)
mvn(org.apache.ant:ant)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
jflex-1.7.0-clean.tar.gz2.28 MB
jflex.11.49 KB
jflex.spec3.94 KB
Component of No Buildroots