Download List

Projeto Descrição

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 versão adiciona uma alteração de sintaxe nos gadgets de regex directiva, novo bloco em Lisp TXR, literais de tabela de hash, quasiquotation com unquote e Empalme, que trabalha em vetores e literais de hash, URL de codificação e decodificação de filtros, fluxos de Cadeia de caracteres de saída que aceitam e decodificação UTF8 bytes, um vazamento de memória menor fix, e uma correção menor na sintaxe lexical.
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

Nesta versão há correções importantes, otimizações de uso de memória e aprimoramentos de recurso apenas pequenas.
In this release there are important fixes, memory use optimizations, and only minor feature enhancements.

2012-02-29 10:34
59

Esta é uma versão.
This is a bugfix release.

2012-02-26 06:26
58

Programas TXR podem ser divididos em módulos. Lisp TXR incorporado agora pode chamar voltar para o idioma padrão. Manipulação de exceção é agora exposta em Lisp TXR. Argumentos opcionais são suportados em funções Lisp TXR. A sintaxe de substituição de variável braced na saída foi estendida para fazer expressões arbitrárias, e sua notação indexação agora é genérica sobre seqüências de caracteres e vetores. Funções de seqüência mais genéricas foram adicionadas à biblioteca, incluindo um tipo genérico. Há um novo operador del para excluir/intervalos de elementos de seqüência e elementos, denotados pela sintaxe colchete de hash.
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

"Forma livre" digitalização (tratando um restante arbitrariamente tamanho de entrada como uma seqüência de caracteres grande) é agora possível na memória constante. Bugs em constantes de caractere hexadecimal e octal, a função format e impressão de objetos string foram corrigidos.
"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