Download List

Descripción del Proyecto

JFlex is a flex-like lexer generator for Java with emphasis on speed and full Unicode support. It works as a standalone tool or together with the LALR parser generators CUP and BYacc/J. JFlex has support for some not so usual features like negation in regular expressions and nested input streams. It can also read JLex specifications unchanged.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-28 23:53
1.4.2

Esta versión corrige todos los errores conocidos de anteriores versiones JFLEX y añade soporte para los genéricos de Java.
Tags: Major bugfixes
This release fixes all known bugs of previous
JFlex versions and adds support for Java generics.

2004-04-17 08:59
1.4

Este lanzamiento incluye un nuevo algoritmo de minimización muy rápido, una nueva opción - jlex para la compatibilidad estricta a JLex, soporte para escáner aún más grande (hasta 64K Estados DFA), clases de carácter más rápido, un nuevo% apiprivate interruptor que hace que todos los generados y métodos de esqueleto para mantenerse en la privacidad, y definido por el usuario de clase comentarios javadoc. isnow% eofclose desactivado si estaba activado anteriormente (por ejemplo,% de taza). Una serie de mejoras internas se hicieron y se llevó a cabo pruebas rigurosas.
Tags: Major feature enhancements
This release included a new, very fast minimization algorithm, a
new --jlex option for strict compatibility to JLex, support for
even larger scanners (up to 64K DFA states), faster character
classes, a new %apiprivate switch that causes all generated
and skeleton methods to be made private, and user defined
javadoc class comments. %eofclose isnow turned off if it was
previously turned on (e.g. by %cup). A number of internal
enhancements were made and rigorous testing was performed.

2001-10-09 01:02
1.3.5

Fija para todos los bugs reportados en la versión 1.3.4, un archivo de sintaxis de vim, y fuera de la caja JDK 1.1 apoyo de nuevo.
Tags: Major bugfixes
Fixes for all bugs reported in version 1.3.4, a vim syntax file, and out-of-the-box JDK 1.1 support again.

2001-10-01 19:50
1.3.4

Todos los bugs reportados de la versión 1.3.3 han sido corregidos. La característica solicitada de empezar, los Estados exclusiva ha sido implementado. % s% y abreviaturas x para las declaraciones de estado fueron introducidas.
Tags: Minor bugfixes
All bugs reported for version 1.3.3 have been fixed. The requested feature of
exclusive start states has been implemented. %s and %x shorthands for state
declarations were introduced.

2001-09-22 10:36
1.3.3

Correcciones de errores y numerosas pequeñas mejoras en el generador, el motor de escaneo en tiempo de ejecución, el lenguaje de especificación y la documentación.
Tags: Minor feature enhancements
Bugfixes and numerous small enhancements to the generator, runtime scanning engine, specification language, and documentation.

Project Resources