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-02-06 08:11 Back to release list
56

Esta versión corrige descodificación incorrecta de UTF-8 de un rango de caracteres válidos y cierra los problemas de seguridad relacionados con UTF-8, descodificación y recodificación. Se fija una regresión que rompió anchos de campo calculado en versión 55. Hexadecimal y octal escapa en literales de cadena y quasiliterals ahora es reconocido como dice la documentación. La notación [...] ahora tiene semántica de evaluación para argumentos simbólicos que son como Lisp-1. Se ha introducido un operador llamado op para escribir lambdas simples con una sintaxis currificar con argumentos numerados y implícitos.
This release fixes incorrect UTF-8 decoding of a valid character range, and closes security issues related to UTF-8 decoding and re-encoding. A regression that broke computed field widths in release 55 is fixed. Hex and octal escapes in string literals and quasiliterals are now recognized like the documentation says. The [...] notation now has evaluation semantics for symbolic arguments which are like Lisp-1. An operator called op has been introduced for writing simple lambdas with a currying syntax with numbered and implicit arguments.

Project Resources