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 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 Math::BigInt and Math::BigFloat modules. This module needs a C preprocessor executable, like cpp. See also: --------- CORBA::C - Implements CORBA C language mapping CORBA::HTML - Implements HTML documentation References: ----------- CORBA Specifications, including IDL (Interface Definition Language) are available on . Build/Installation: ------------------- Standard build/installation supported by ExtUtils::MakeMaker(3)... $ perl Makefile.PL $ make $ make install Send bug reports, comments and suggestions to perrad@besancon.sema.slb.com