Download List

Projeto Descrição

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 versão corrige todos os bugs conhecidos das versões anteriores JFlex e adiciona suporte para produtos 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

Esta versão inclui um novo algoritmo de minimização muito rápido, uma opção - new jlex para compatibilidade estrita "JLex, suporte para scanners ainda maiores (de até 64K estados DFA), as classes mais rápido do personagem, um novo% apiprivate interruptor que faz com que todos gerados e métodos de esqueleto para ser privado, e definidos pelo usuário comentários classe javadoc. isnow% eofclose desativado se ele foi previamente ligado (por exemplo,% de copo). Uma série de melhorias internas foram feitas e rigorosos testes foi realizada.
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

Correções para todos os bugs reportados na versão 1.3.4, um arquivo de sintaxe do vim, e out-of-the-box JDK 1.1 suporte novamente.
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 os bugs reportados da versão 1.3.3 foram corrigidos. O recurso de pedido de estados iniciar exclusiva foi implementada. % s e% shorthands x de declarações de estado foram introduzidos.
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

Bugfixes e várias pequenas melhorias para o gerador, mecanismo de verificação de tempo de execução, a linguagem de especificação e documentação.
Tags: Minor feature enhancements
Bugfixes and numerous small enhancements to the generator, runtime scanning engine, specification language, and documentation.

Project Resources