IDL compiler front-end library
Loading...
Searching...
No Matches
IDL compiler front-end library

This is a part of the Nirvana project.

Purpose

This library is intended for the easy creation of the CORBA IDL compilers.

It performs:

  • Command line parsing
  • Preprocessing
  • Parsing IDL files
  • Building the Abstract Syntax Tree

To create an IDL compiler:

For the example see: https://github.com/nirvanaos/idlfe/tree/master/example

API reference: https://nirvanaos.github.io/idlfe/

Implemented Building Blocks

See: https://www.omg.org/spec/IDL/4.2/

  • Core Data Types
  • Extended Data Types
  • Any
  • Interfaces Basic
  • Interfaces Full
  • CORBA-Specific - Interfaces (except for import)
  • Value Types
  • CORBA-Specific - Value Types
  • Anonimous Types (optional)

How to use

vcpkg Package manager

Use idlfe port from https://github.com/nirvanaos/vcpkg-registry.git.

Build prerequisites

  • CMake
  • C++17 compilant compiler

Used libraries

Used submodules