Download List

项目描述

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 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

此版本添加了里在 TXR 口齿不清、 哈希表文本、 引号和拼接的 quasiquotation 哪些作品以向量和哈希值文本、 URL 编码和解码的筛选器,输出字符串流的接受和解码 UTF8 字节,次要内存泄漏修复,在词法语法中的次要修复的块指令、 新的 regex 小的语法更改。
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

在此版本中有重要的修复程序、 内存使用优化和只有细微的功能增强。
In this release there are important fixes, memory use optimizations, and only minor feature enhancements.

2012-02-29 10:34
59

这是一个修复错误版本。
This is a bugfix release.

2012-02-26 06:26
58

TXR 程序现在可以分为模块。入模式语言嵌入的 TXR Lisp 可以现在回叫。异常处理是现在暴露在 TXR 口齿不清。在 TXR Lisp 函数被支持可选参数。在输出中支撑的变量替换语法已得到扩展,做任意表达式,并且其索引表示法现在是泛型在向量和字符串。更通用序列功能已添加到库中,其中包括泛型排序。有一个新的 del 运算符为删除序列元素/范围和哈希由括号语法表示的元素。
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

"任意多边形"扫描 (作为一个大字符串处理任意大小的剩余) 现在是输入的可能在恒定的内存中。在十六进制和八进制字符常量的格式功能和打印的字符串对象的 bug 被修复。
"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