1"""Package for all source parsers. 2 3Each parser is in its own sub-package. Only the C++ parser is written in C++, 4the rest use Python. The IDL parser uses the IDL compiler from omniORB, 5directly importing its parsing modules. 6""" 7# this file is intentionally left empty 8# -stefan 9