nirvanaos.idlfe.vc 3.4.3

dotnet add package nirvanaos.idlfe.vc --version 3.4.3
                    
NuGet\Install-Package nirvanaos.idlfe.vc -Version 3.4.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nirvanaos.idlfe.vc" Version="3.4.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nirvanaos.idlfe.vc" Version="3.4.3" />
                    
Directory.Packages.props
<PackageReference Include="nirvanaos.idlfe.vc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nirvanaos.idlfe.vc --version 3.4.3
                    
#r "nuget: nirvanaos.idlfe.vc, 3.4.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package nirvanaos.idlfe.vc@3.4.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nirvanaos.idlfe.vc&version=3.4.3
                    
Install as a Cake Addin
#tool nuget:?package=nirvanaos.idlfe.vc&version=3.4.3
                    
Install as a Cake Tool

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:

  • Derive your compiler class from class IDL_FrontEnd.
  • Derive your back-end code generator from class AST::CodeGen.
  • Override pure virtual method IDL_FrontEnd::generate_code(AST::Root& tree).

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

NuGet

Find nirvanaos.idlfe NuGet packages on https://www.nuget.org/.

vcpkg

Use idlfe port from https://github.com/nirvanaos/vcpkg-registry.git (Flex + Bison must be installed on the build system).

Build prerequisites

  • C++17 compilant compiler
  • Flex + Bison must be installed on the build system

For the Microsoft Visual Studio builds you can use supermodule https://github.com/nirvanaos/idlfe.vc.git

Used libraries

Used submodules

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.3 578 7/10/2024
3.4.2 814 2/21/2024
3.4.1 634 2/9/2024
3.4.0 594 1/26/2024
3.3.4 692 12/26/2023
3.3.3 587 11/30/2023
3.3.2 609 11/24/2023
3.3.1 578 11/22/2023
3.3.0 560 11/13/2023
3.2.3 883 9/1/2023
3.2.2 767 8/18/2023
3.2.1 733 8/15/2023
3.2.0 762 8/13/2023
3.1.5 729 7/16/2023
3.1.4 605 7/14/2023
3.1.3 653 7/8/2023
3.1.2 649 6/30/2023
3.1.1 590 6/30/2023
3.1.0 613 6/30/2023
3.0.2 1,271 11/21/2022
Loading failed