Download List

프로젝트 설명

Common Text Transformation Library is a library of C++ classes and functions to parse and modify STL strings. CTTL substring classes may be compared, inserted, replaced, and parsed with EBNF grammars. The compiled program implements a fast, thread-safe, re-entrant recursive descent parser.

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-12-08 09:15
302

이것은 몇 가지 사소한 변경 유지 보수 릴리스 이다. 호환성 문제가 MSVC + + 2010과 GCC 4.7.2 해결 되었습니다. CTTL 버전 3.02 GCC 4.7.2 (우분투/Linaro 4.7.2-2ubuntu1 64 비트)로 완벽 하 게 테스트는 GCC 4.6.1, 4.3.0, MSVC + + 2010, 2005, 2003.
Tags: Minor bugfixes Stable
This is a maintenance release with only a few minor changes. Compatibility issues with MSVC++2010 and GCC-4.7.2 have been resolved. CTTL version 3.02 is fully tested with GCC 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1 64 bit) GCC 4.6.1, 4.3.0, and MSVC++2010, 2005, 2003.

2009-08-24 12:47
301

해당 문서를 업데이 트와 함께이 릴리스에 추가 독립형 미리보기 긍정적인 주장, 및 샘플 프로그램의 몇 가지 버전.
Tags: Stable, Minor bugfixes, Minor feature enhancements
This release adds standalone positive lookahead assertion, and a few revisions of sample programs along with the corresponding documentation updates.

2009-08-18 02:45
300

이 릴리스의 주요 구현 및 설명서 향상 목표. 문자열 분산 상태를 지원하는 reimplemented있습니다. 입력 클래스는 이전에 중앙 집중화된 문자열 상태에 대한 책임, 도서관은 더 이상 일부입니다.
Tags: Major feature enhancements, 64-bit compatibility updates
This release targets major implementation and documentation enhancements. Substrings are reimplemented to support distributed state. The input class, previously responsible for centralized substring state, is no longer part of the library.

2006-11-03 10:42
208

이 릴리스에는 여러 문서를 개선 및 수정 등 문서를 향상에 중점을 둡니다. 모든 CTTL 시설 알파벳 색인이 추가되었습니다 : http://cttl.sourceforge.net/documentation_idx.html.
Tags: Documentation
This release focuses on documentation
enhancements, which include multiple documentation
improvements and revisions. An alphabetical index
of all CTTL facilities was added:
http://cttl.sourceforge.net/documentation_idx.html.

2006-10-20 10:29
207

이 릴리스 CTTL 람다 표현식 문법에 대한 지원을 추가합니다. 새로운 표현 기능이 높은 순서대로 포함 기능 (기능성 성분) 및 폐쇄 (함수 호출) 연기했다. 샘플 코드 CTTL와 추상 구문 트리를 생성하는 방법을 보여줍니다.
Tags: Major feature enhancements
This release adds lambda expression support for
CTTL grammars. New expression functionality
includes higher-order functions (functional
composition) and closures (delayed function
calls). Sample code demonstrates ways to generate
abstract syntax trees with CTTL.

Project Resources