• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H26-Nov-2008-11,3589,049

cpp-test/H03-Mar-2008-18,96016,512

doc/H03-May-2022-8176

doc-jp/H03-May-2022-3028

noconfig/H24-Nov-2008-2,7002,373

src/H03-May-2022-19,61414,849

test-c/H03-Mar-2008-5,7983,701

test-l/H22-May-2007-11,57511,214

test-t/H27-Nov-2008-11,1669,484

tests/H29-Nov-2008-541451

tool/H03-May-2022-801633

ChangeLogH A D29-Nov-200817.8 KiB326316

ChangeLog.oldH A D06-Aug-200617.3 KiB352339

INSTALLH A D23-Nov-200823.9 KiB542411

LICENSEH A D11-Jan-20081.4 KiB3028

Makefile.amH A D05-May-20081.3 KiB3931

Makefile.inH A D26-Nov-200822.1 KiB710630

NEWSH A D26-Nov-20083.8 KiB12175

READMEH A D12-Mar-20072.2 KiB5441

aclocal.m4H A D26-Nov-2008245.2 KiB6,9656,241

configureH A D26-Nov-2008726.8 KiB23,14818,404

configure.acH A D26-Nov-200825.5 KiB779696

mcpp-gcc.1H A D03-Mar-20085 KiB159158

mcpp.1H A D03-Mar-20084 KiB121120

README

1<< What is MCPP >>
2
3MCPP is a C/C++ preprocessor with the following features:
4
5  1. Implements all of C90, C99 and C++98 features.  It has the highest
6    conformance.
7  2. Accompanies a validation suite to test the C/C++ preprocessors
8    comprehensively.  When it is applied to the existing preprocessors,
9    MCPP shows outstanding result.
10  3. Has a variety of accurate diagnostic messages.  This allows
11    examination of most preprocessing problems of source, like potential
12    bugs or portability problems.
13  4. Has various #pragma directives to output debug information.
14  5. Supports the various encodings of multi-byte characters for Japan,
15    China, Taiwan and Korea.
16  6. Highly portable.  Supports many compiler systems on UNIX-like
17    systems and Windows.  It can replace resident preprocessor of the
18    compiler system.  It can also behave independently from any compiler
19    systems.  Moreover, it can be built as a subroutine from any other
20    main program, too.
21  7. Preprocessors of various behavior specifications can be generated
22    from the source.
23  8. Is an open source software released under BSD-style-license.
24  9. Full documentations in Japanese and English are attached.
25
26MCPP is probably the best C preprocessor in the world.
27
28MCPP was selected as one of the "Exploratory Software Projects" of the
29Information-technology Promotion Agency (IPA), Japan, in year 2002 and
302003.  With its achievements, the author was evaluated as one of the
31highest rank programmers.
32
33The sources and documents of MCPP are found at:
34
35    http://mcpp.sourceforge.net/
36
37Please read mcpp-summary.pdf for the overview of MCPP and Validation
38Suite.
39
40Please read INSTALL (INSTALL-jp) for how to install MCPP on your system
41from the source.  Refer to the above web page for installation of the
42binary packages of MCPP.
43
44All the files except mcpp-summary.pdf are normal text files.  In the
45.tar.gz file, newline of the text files are [LF], and encoding of
46INSTALL-jp is EUC-JP.  In the .zip file, newline of the text files are
47[CR][LF], and encoding of INSTALL-jp is shift-JIS.
48
49I would like to hear from many C programmers for reviews, comments and
50the interest to participate in development.
51
52Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
53
54