In exampleUse dir, an example for using the class library is provided.A program called indent can be built in this dir. You can do so by just typing make in this direcory after configuring the package.
There are two files in this dir released in the pakcage: Makefile.in and indent.C.
When configuring the package, a Makefile is generated. It is used to make the executable program in this dir. Also it can be used as a template for further constructing a language processing tool.
The executable program build is quite simple, it will take as input a .dep file generated by the parser and print out the loop structure in the source program.
Email contact: zgs@npac.syr.edu