Télécharger la liste

Description du projet

TXR is a new data munging language. TXR's special pattern language provides template-based matching of entire documents or large sections of documents. It also contains a language for functional and imperative programming. It is written in C and takes the form of a utility that is portable to Unix-like platforms and Windows.

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.

2012-03-16 20:50
61

Cette version ajoute un changement de syntaxe dans les gadgets de regex directive, nouveau bloc TXR Lisp, littéraux de table de hachage, quasiquotation fin de citation et d'épissage qui travaille dans les vecteurs et les littéraux de hachage, URL, codage et décodage des filtres, les flux de chaîne de sortie qui acceptent et décodent UTF8 octets, une fuite de mémoire mineur fix, et une correction mineure dans la syntaxe lexicale.
This release adds a syntax change in the block directive, new regex gadgets in TXR Lisp, hash table literals, quasiquotation with unquote and splicing which works into vectors and hash literals, URL encoding and decoding filters, output string streams which accept and decode UTF8 bytes, a minor memory leak fix, and a minor fix in the lexical syntax.

2012-03-05 09:36
60

Dans cette version il y a des corrections importantes optimisations d'utilisation de mémoire et des améliorations mineures de fonctionnalité.
In this release there are important fixes, memory use optimizations, and only minor feature enhancements.

2012-02-29 10:34
59

Il s'agit d'une version corrigeant des problèmes.
This is a bugfix release.

2012-02-26 06:26
58

Programmes TXR peuvent maintenant être divisés en modules. Embedded TXR Lisp peut maintenant rappel dans le langage de schéma. Gestion des exceptions est maintenant exposée dans TXR Lisp. Arguments facultatifs sont pris en charge dans les fonctions Lisp TXR. La syntaxe de substitution de variable avec contreventement en sortie a été étendue pour faire des expressions arbitraires, et sa notation d'indexation est maintenant générique sur les chaînes et les vecteurs. Fonctions de séquence plus génériques ont été ajoutées à la bibliothèque, y compris un type générique. Il y a un nouvel opérateur del pour supprimer les éléments/plages de séquences et les éléments notés par la syntaxe crochet de hachage.
TXR programs can now be split into modules. Embedded TXR Lisp can now call back into the pattern language. Exception handling is now exposed in TXR Lisp. Optional arguments are supported in TXR Lisp functions. The braced variable substitution syntax in output has been extended to do arbitrary expressions, and its indexing notation is now generic over vectors and strings. More generic sequence functions have been added to the library, including a generic sort. There's a new del operator for deleting sequence elements/ranges and hash elements denoted by the bracket syntax.

2012-02-14 13:56
57

« Forme libre » à balayage (traiter un arbitrairement taille reste d'entrée comme une grande chaîne) est maintenant possible dans la mémoire constante. Bogues dans les constantes de caractères hexadécimaux et octaux, la fonction format et l'impression des objets string ont été corrigés.
"Freeform" scanning (treating an arbitrarily sized remainder of the input as one big string) is now possible in constant memory. Bugs in hex and octal character constants, the format function, and printing of string objects were fixed.

Project Resources