Downloadliste

Projektbeschreibung

dk.brics.automaton is a DFA/NFA implementation
with Unicode alphabet and support for all standard
regular expression operations: concatenation,
union, intersection, complement, Kleene star, etc.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2011-09-07 20:40
1.11-8

Bug-Fixes und Performance-Verbesserungen wurden in BasicOperations.concatenate, AutomatonMatcher, Automaton.isFinite und Automaton.isDebug gemacht.
Tags: Minor bugfixes, Minor feature enhancements
Bug fixes and performance improvements were made in BasicOperations.concatenate, AutomatonMatcher, Automaton.isFinite, and Automaton.isDebug.

2010-07-06 18:20
1.11-3

Dieses Release hat Daciuk et al. 'S Algorithmus zur Konstruktion eines minimalen Automaten, dass eine Union von Strings akzeptiert. Minimierung ist jetzt optional beim Bau von Automaten aus regulären Ausdrücken. Die umgekehrte Operation wurde öffentlich gemacht.
Tags: Minor
This release added Daciuk et al.'s algorithm for constructing a minimal automaton that accepts a union of strings. Minimization is now optional when constructing automata from regexps. The Reverse operation was made public.

2008-12-29 21:38
1.11-1

AutomatonMatcher wurde passenden Teilstrings aufgenommen. Ein Fehler in SpecialOperations.overlap wurde behoben.
Tags: Minor feature enhancements
AutomatonMatcher was added for matching
substrings. A bug in SpecialOperations.overlap was
fixed.

2008-05-01 15:18
1.10-4

Ein Fehler in der Umrechnung der Automat Hash-Code wurde behoben.
Tags: Minor bugfixes
A bug in recomputation of Automaton hash code was
fixed.

2007-06-11 02:40
1.10-1

Datentypen A-Klasse mit vielen gemeinsamen regulären Sprachen wurde hinzugefügt. Mehrere neue Automaten Operationen sind ebenfalls enthalten.
Tags: Major feature enhancements
A datatypes class with many common regular languages has been added. Several new automata operations are also included.

Project Resources