Télécharger la liste

Description du projet

This library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported.

Système requise

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.

2007-04-14 22:24
1.6

Remplacer procédure a été ajouté pour le remplacement des jetons par leur offset. Une variante de la procédure Ajouter renvoie maintenant le décalage de l'élément inséré.
Tags: Minor feature enhancements
Procedure Replace was added for replacing tokens
by their offsets. A variant of the procedure Add
now returns the offset of the inserted item.

2005-08-20 22:09
1.5

L'ensemble des caractères à blanc peut maintenant être spécifiée par le paramètre formel de l'Tables.Names paquet.
Tags: Minor feature enhancements
The set of blank characters can now be specified
as the formal parameter of the package
Tables.Names.

2005-06-07 01:03
1.4

La fonction Isin a été ajouté à fournir un test d'adhésion. Corrections de bogues ont été faites dans les programmes de test.
Tags: Minor feature enhancements
The function IsIn was added to provide a membership test. Bugfixes were made in the test programs.

2004-03-21 00:07
1.3

La formulation des textes de licences a été modifiée pour se conformer à la GMGPL.
Tags: Documentation
The wording of the licensing texts was changed to
comply with the GMGPL.

Project Resources