[Synopsis-changes] Synopsis/Synopsis/tests/Processors/Grouper synopsis.py,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 05:41:50 UTC 2003


Update of /cvs/synopsis/Synopsis/tests/Processors/Grouper
In directory frida:/tmp/cvs-serv30640/Processors/Grouper

Added Files:
	synopsis.py 
Log Message:
more tests

--- NEW FILE: synopsis.py ---
from Synopsis.process import process
from Synopsis.Processor import Composite
from Synopsis.Parsers import Cxx
from Synopsis.Processors.Comments import SSComments, Grouper1
from Synopsis.Formatters import Dump

process(parse = Composite(Cxx.Parser(),
                          SSComments(),
                          Grouper1(),
                          Dump.Formatter(show_ids = False)))





More information about the Synopsis-changes mailing list