CORBA::IDL - Parser IDL

Description:
------------
    This distribution supplies parsers for the language CORBA IDL (Interface Definition Language).
    The followed versions are implemented :
        CORBA 2.0
        CORBA 2.1
        CORBA 2.2
        CORBA 2.3
        CORBA 2.4 
        CORBA 3.0

    The parsers are generated by Parse::Yapp.

    The Visitor design pattern is used in this Perl OO application.
    The visitor ascii.pm is not a real application, just a sample.
    Others visitors are available (CORBA::C, CORBA::HTML) or implementable.

Prerequisites:
--------------
    This module needs a C preprocessor executable, like cpp.

See also:
---------
    CORBA::C - Implements CORBA C language mapping
    CORBA::JAVA - Implements CORBA Java language mapping
    CORBA::HTML - Implements HTML documentation 
    CORBA::XMLSchemas - Implements WSDL/SOAP interworking

References:
-----------
    CORBA Specifications, including IDL (Interface Definition Language) are
    available on <http://www.omg.org/>.

Build/Installation:
-------------------
    Standard build/installation supported by ExtUtils::MakeMaker(3)...
	$ perl Makefile.PL
	$ make
	$ make install


Send bug reports, comments and suggestions to francois.perrad@gadz.org