ダウンロードリスト

プロジェクト概要

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.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-03-16 20:50
61

このリリースでは、ブロック ディレクティブ、新しい regex ガジェット TXR Lisp、ハッシュ テーブルのリテラル、スプライシングと括弧付きの quasiquotation のベクトルとハッシュ リテラルに働くエンコードおよびデコードのフィルター、URL を受け入れるし、UTF8 バイト、小さなメモリ リークをデコード出力文字列ストリームを修正、マイナー修正プログラム構文の構文の構文が変更が追加されます。
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 Lisp で公開されます。省略可能な引数 TXR Lisp 関数でサポートされています。ブレース変数置換構文で出力任意の式を行うに拡張されましたし、ベクトルと文字列でのインデックスの表記は今ジェネリックです。一般的なシーケンス機能、汎用の並べ替えなど、ライブラリに追加されました。ある新しいナブラ演算子削除をシーケンス要素/範囲とハッシュ ブラケット構文によって示される要素。
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

「フリー」(は任意のサイズの残りの入力の 1 つの大きな文字列として治療) をスキャン一定のメモリで可能になりました。16 進数、8 進数の文字定数、format 関数、文字列オブジェクトの印刷のバグを修正しました。
"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.

プロジェクトリソース