Download List

프로젝트 설명

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4. The syntax is fully customizable, which makes it possible to process text files, HTML, or source code equally efficiently in a variety of languages.

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.

2004-09-20 01:33
2.24

이 버전의 새로운 메타 매크로를 현재 날짜 및 시간 형식에 대한 특징이다.
Tags: Minor feature enhancements
This version features a new meta-macro for formatting the current date and time.

2004-07-11 22:52
2.23

버그는 어디에 # # 오류 및 경고 지시자 조건부 해결되었습니다들의 잘못된 지점에서 처리했다.
Tags: Minor bugfixes
A bug where #error and #warning directives were processed in the false branch of a conditional has been fixed.

2004-02-14 19:43
2.22

GPP 지금은 명령행 옵션 기능 - 어떤 특정 파일의 전처리 기본 입력 파일을 포함하기 전에 수있습니다.
Tags: Minor feature enhancements
GPP now features the commandline option --include, which allows
preprocessing of a specified file before the main input file.

2004-02-07 20:08
2.21

GPP 지금 # # 오류 및 경고 매크로를 통화당 스타일을 지원합니다.
Tags: Minor feature enhancements
GPP now supports CPP-style #error and #warning
macros.

2004-01-18 08:54
2.20

산술 평가 매크로가 이제는 POSIX 스타일의 와일드 카드 검색을 지원합니다 (# 평가 후면) (즉, 쉘 globbing). 이제 깊게 중첩된 conditionals를 피할 수 있도록 # elif 매크로입니다. 마지막으로, 오래 서있는 버그가 어디 GPP 때 하나의 오류 메시지의 줄 번호 또는 # 라인 메타와 함께 매크로를보고 떨어져있을 것이 수정되었습니다.
Tags: Major feature enhancements
The arithmetic evaluation macro (#eval) now supports
POSIX-style wildcard matching (i.e., shell globbing).
There is now an #elif macro to help avoid deeply-nested
conditionals. Finally, a long-standing bug has been fixed
where GPP would be off by one when reporting line
numbers in its error messages or with the #line meta-
macro.

Project Resources