Hiya AWK gurus!
I'm trying analyze C++ files, counting c-style casts and class definitions (possible more stuff in the future).
All in all it works fairly well, but I have some problems.
1. Line by line parsing
I have to make hacks to detect line breaked statements, like
class Foo
{
where...