Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt eine Syntaxänderung in der Block-Richtlinie, neue Regex-Gadgets in TXR Lisp, Hash Tabelle Literale, Quasiquotation mit Unquote und Spleißen, arbeitet in Vektoren und Hash-Literale URL codieren und Decodieren von Filter, Ausgabedatenströme Zeichenfolge akzeptieren und Decodieren UTF8 Bytes, einen geringfügigen Speicherverlust beheben, und eine kleine Korrektur in der lexikalischen Syntax.
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 dieser Version werden wichtige Fehlerbehebungen, Speicheroptimierung nutzen und nur kleinere Featureverbesserungen.
In this release there are important fixes, memory use optimizations, and only minor feature enhancements.

2012-02-29 10:34
59

Dies ist ein Bugfix-Release.
This is a bugfix release.

2012-02-26 06:26
58

TXR Programme können jetzt in Module aufgeteilt werden. Eingebettete TXR Lisp kann nun in die Mustersprache zurückrufen. Ausnahmebehandlung ist jetzt in der TXR Lisp verfügbar. Optionale Argumente in TXR Lisp Funktionen unterstützt. Die ausgesteiften Variablenersetzung Syntax in Ausgabe hat dazu beliebige Ausdrücke erweitert und die Indizierung Notation ist jetzt generisch über Vektoren und Zeichenketten. Generische Sequenz-Funktionen wurden hinzugefügt, die Bibliothek, einschließlich eine generische Art. Es gibt ein neuen del-Operator für das Löschen von Sequenz Elemente/Bereiche und hash-Elemente durch die Klammer-Syntax angegeben wird.
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" Scannen (Behandlung von einer beliebig großen Rest der Eingabe als eine einzige große Zeichenfolge) ist jetzt im Konstanten Speicher möglich. Bugs in hexadezimale und oktale Zeichen-Konstanten, die Format-Funktion und Drucken von String-Objekten wurden behoben.
"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