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

2011-12-29 14:43
51

이 릴리스는 showstopper를 포함 하 여 32 비트 플랫폼에서 bignum 정수에서 몇 가지 버그를 고정 시켰다. 랜덤 번호 생성 및 게으른 목록 처리의 분야에서 개선 됩니다.
This release fixed several bugs, including a showstopper in bignum integers on 32-bit platforms. There are improvements in the areas of pseudo-random number generation and lazy list processing.

2011-12-24 08:37
50

이 릴리스에 몇 가지 중요 한 버그 수정을 포함 되어 있습니다. 의사 random 수 생성을 위한 새로운 API를 포함 한 몇 가지 새로운 기능이입니다. 자세한 설명서 작성 되었습니다.
This release contains several critical bugfixes. There is some new functionality, including a new API for pseudo-random-number generation. More documentation has been written.

2011-12-20 07:01
049

거기에 문자 처리 및 게으른 목록과 같은 분야에서 임베디드 TXR 리스프에서 개선. Quasiliteral 문자열은 이제 Lisp에서 작동합니다. 새 주석 구문입니다. 버그 수정: 깨진된 abs 함수 bignums 및 다른 사람.
There are improvements in embedded TXR Lisp in the areas such as character handling and lazy lists. Quasiliteral strings now work in Lisp. New comment syntax. Bugfixes: broken abs function over bignums and others.

2011-12-15 07:38
048

이 릴리스 잘못 bignum 결과를 선도 하는 MPI 라이브러리에 대 한 이식성 버그와 충돌 합니다. 그것은 새로운 기능을 추가: expt, exptmod, sqrt, numberp, evenp, oddp, abs, gcd, 줄일 왼쪽 및 오른쪽 감소 합니다.
This release fixes portability bugs in the MPI library leading to incorrect bignum results and crashes. It adds new functions: expt, exptmod, sqrt, numberp, evenp, oddp, abs, gcd, reduce-left, and reduce-right.

2011-12-13 07:47
047

Bignum 산술은 언어에 통합 되었습니다. Word 크기 (fixnum) 정수 오버플로 bignums를 투명 하 게 생성합니다. 문자 조작, 벡터, Lisp 언어로 함수를 추가 하 고 협회 나열 합니다. 새로운 특수 연산자 추가 되었습니다: progn 및 대칭 이동 합니다. 블록을 라는 암시적 defun 본문과 for 루프에서는 암시적 익명 블록. 사소한 버그 수정입니다.
Bignum arithmetic is now integrated into the language. Overflow in word-sized (fixnum) integers transparently produces bignums. Functions have been added in Lisp dialect for character manipulation, vectors, and association lists. New special operators have been added: progn and flip. An implicit named block in defun bodies, and an implicit anonymous block in for loops. Minor bugfixes.

Project Resources