tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Can be extended for C++?


From: Шабанов Александр
Subject: Re: [Tinycc-devel] Can be extended for C++?
Date: Mon, 15 Oct 2007 19:06:39 +0400




15.10.07, 18:50, Bernhard Fischer (address@hidden):



> And if you're just interrested in a C++ parser, then i would point at

> boost::wave (didn't look if clang uses wave or not, i'd guess it

> could).



But note, that boost::wave is only a preprocessor - not a parser. It was bloody 
hard to make it work together with any existing code due to templates bloating 
- g++ generated awfully large debug binaries (11M for sample), msvc sometimes 
died without an explanation...

If you want just a preprocessor - take a look to tcc or swig at first.



BR,

Alexander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]