Download List

Descripción del Proyecto

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.

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.

2012-03-16 20:50
61

Esta versión incorpora un cambio de sintaxis en los gadgets de regex Directiva, nuevo bloque en TXR Lisp, literales de tabla hash, quasiquotation con unquote y empalme que trabaja en vectores y literales de hash, URL de codificación y descodificación de filtros, flujos de cadena de salida que aceptan y descodifican UTF8 bytes, una pérdida de memoria menor corregir, y una corrección menor en la sintaxis léxica.
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

En esta versión hay correcciones importantes optimizaciones de uso de memoria y mejoras de características sólo menores.
In this release there are important fixes, memory use optimizations, and only minor feature enhancements.

2012-02-29 10:34
59

Esta es una versión bugfix.
This is a bugfix release.

2012-02-26 06:26
58

Programas TXR ahora pueden dividirse en módulos. Incrustado TXR Lisp puede ahora devolver la llamada en el lenguaje de patrón. Manejo de excepciones está ahora expuesta en TXR Lisp. Argumentos opcionales son compatibles con las funciones Lisp TXR. La sintaxis de la sustitución de variables abrazadas en la salida se ha extendido a hacer expresiones arbitrarias, y su notación indexación ahora es genérica sobre vectores y cadenas. Funciones de secuencia más genéricas se agregaron a la biblioteca, incluyendo a un tipo genérico. Hay un nuevo operador para eliminar elementos/rangos de secuencia y hash elementos indicados por la sintaxis de soporte.
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

"Freeform" análisis (tratar un resto arbitrariamente tamaño de la entrada como una gran cadena) ahora es posible en la memoria permanente. Se corrigieron errores en las constantes de caracteres hexadecimal y octal, la función formato e impresión de objetos string.
"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