If you would like to test other header files, just run:
	
	./preprocess myfile.h 

This will produce the file 'myfile.h.pp'. The .pp extension on the file indicates 
that it has been processed using the 'preprocess' script.  The effect is to remove 
comments and compiler directives along with the Qt macros, such a Q_OBJECT.

To run the files through the parser, use:

	cat myfile.h.pp | mono parser.exe