Image

Imageinvader_dave wrote in Imagecpp

GNU indent

Does anyone know of an OFFICIAL C++ version of indent or some program that functions like it?

Excerpt from the help file on indent:
"While an attempt was made to get indent working for C++, it will not do a good job on any C++ source except the very simplest. "


I really don't feel like making my own C++ parser, although it probably wouldn't be that hard to do using flex and bison.