Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.196.248 Times

CORBA::IDLtreev 1.4

  Date Added: July 10, 2010  |  Visits: 652

CORBA::IDLtreev

Report Broken Link
Printer Friendly Version


Product Homepage
Download (87 downloads)



CORBA::IDLtree is a Perl module that builds abstract syntax trees from CORBA IDL. The main export is sub Parse_File which takes an IDL input file name as the parameter, and returns a reference to an array of references to the root nodes constructed (or 0 if there were syntax errors.) Parse_File uses two auxiliary data structures: @include_path - Paths where to look for included IDL files %defines - Symbol definitions for the preprocessor (cf. the -D switch on many C compilers) where -DSYM=VAL is represented as $defines{SYM} = VAL. -DSYM is represented as $defines{SYM} = 1. A further export is the sub Dump_Symbols which takes the return value of Parse_File as the parameter, and prints the trees constructed to stdout in IDL syntax..

Requirements: No special requirements
Platforms: Linux
Keyword: Abstract Abstract Syntax Abstract Syntax Trees Corba Corba Idl Corbaidltreev Idl Idltreev Module Perl Perl Module Syntax Syntax Trees Trees
Users rating: 0/10

License: Freeware Size: 36.86 KB
USER REVIEWS
More Reviews or Write Review


CORBA::IDLTREEV RELATED
Libraries  -  CORBA::MICO::mapping 0.6.0
CORBA::MICO::mapping is a CORBA mapping for Perl. This document describes a mapping of the CORBA system into Perl. It sticks most closely to the mapping in the CORBA::MICO module, however some reference is also made to the mappings implemented...
87.04 KB  
Libraries  -  CORBA::omniORB 0.9
CORBA::omniORB is a Perl module implementing CORBA 2.x via omniORB. SYNOPSIS use CORBA:::omniORB ids => [ IDL:Account/Account:1.0 => undef, IDL:Account/Counter:1.0 => undef ]; The omniORB module is a Perl interface to the omniORB ORB. It is...
235.52 KB  
Libraries  -  CORBA::IOP::IOR 0.1
CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash();...
8.19 KB  
Libraries  -  COPE 0.04_0
COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a...
38.91 KB  
Libraries  -  XML::SAX2Perl 0.08
XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX...
64.51 KB  
Programming  -  Tellurium 0.8.1
The Tellurium Automated Testing Framework (Tellurium) is a UI module-based automated testing framework for web applications. The UI module is a collection of UI elements you group together. Usually, the UI module represents a composite UI object...
319.49 KB  
Libraries  -  Sort::Half::Maker 0.03
Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list =...
4.1 KB  
Development Editors  -  SDE for NetBeans (CE) for Windows 6.0
SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality...
138.98 MB  
Teaching Tools  -  SDE for Eclipse (CE) for Windows 3.0 Commun 1.0
Visual Paradigm SDE for Eclipse is a UML CASE tool/plug-in tightly integrated with Eclipse. This UML CASE tool supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality...
68.37 MB  
Teaching Tools  -  SDE for Eclipse (CE) for Mac OS X 3.0 Commun 1.0
Visual Paradigm SDE for Eclipse is a UML CASE tool/plug-in tightly integrated with Eclipse. This UML CASE tool supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality...
68.37 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB