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
<PackageReference Include="nirvanaos.idlfe.vc" Version="3.4.3" />
paket add nirvanaos.idlfe.vc --version 3.4.3
#r "nuget: nirvanaos.idlfe.vc, 3.4.3"
// Install nirvanaos.idlfe.vc as a Cake Addin #addin nuget:?package=nirvanaos.idlfe.vc&version=3.4.3 // Install nirvanaos.idlfe.vc as a Cake Tool #tool nuget:?package=nirvanaos.idlfe.vc&version=3.4.3
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
- Fixed point arithmetic library https://github.com/nirvanaos/decNumber
- SafeInt library https://github.com/dcleblanc/SafeInt.git
Used submodules
- Danmar simple C/C++ preprocessor https://github.com/silver-popov/simplecpp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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 | 233 | 7/10/2024 | |
3.4.2 | 498 | 2/21/2024 | |
3.4.1 | 303 | 2/9/2024 | |
3.4.0 | 280 | 1/26/2024 | |
3.3.4 | 342 | 12/26/2023 | |
3.3.3 | 292 | 11/30/2023 | |
3.3.2 | 307 | 11/24/2023 | |
3.3.1 | 290 | 11/22/2023 | |
3.3.0 | 249 | 11/13/2023 | |
3.2.3 | 557 | 9/1/2023 | |
3.2.2 | 420 | 8/18/2023 | |
3.2.1 | 407 | 8/15/2023 | |
3.2.0 | 419 | 8/13/2023 | |
3.1.5 | 380 | 7/16/2023 | |
3.1.4 | 260 | 7/14/2023 | |
3.1.3 | 309 | 7/8/2023 | |
3.1.2 | 310 | 6/30/2023 | |
3.1.1 | 257 | 6/30/2023 | |
3.1.0 | 281 | 6/30/2023 | |
3.0.2 | 892 | 11/21/2022 | |
3.0.1 | 620 | 10/1/2022 | |
3.0.0 | 658 | 8/14/2022 | |
2.1.8 | 514 | 8/13/2022 | |
2.1.7 | 582 | 8/10/2022 | |
2.1.6 | 752 | 7/12/2022 | |
2.1.5 | 589 | 7/11/2022 | |
2.1.4 | 604 | 7/8/2022 | |
2.1.3 | 578 | 7/6/2022 | |
2.1.2 | 603 | 7/6/2022 | |
2.1.1 | 620 | 7/6/2022 | |
2.1.0 | 606 | 7/4/2022 | |
2.0.0 | 622 | 7/3/2022 | |
1.6.1 | 647 | 6/30/2022 | |
1.6.0 | 579 | 6/30/2022 | |
1.5.3 | 615 | 6/28/2022 | |
1.5.2 | 649 | 6/27/2022 | |
1.5.1 | 642 | 6/27/2022 | |
1.5.0 | 549 | 6/24/2022 | |
1.4.8 | 639 | 6/22/2022 | |
1.4.7 | 662 | 6/10/2022 | |
1.4.6 | 606 | 3/27/2022 | |
1.4.5 | 526 | 3/26/2022 | |
1.4.4 | 625 | 2/9/2022 | |
1.4.3 | 570 | 2/6/2022 | |
1.4.2 | 366 | 12/26/2021 | |
1.4.1 | 325 | 12/26/2021 | |
1.4.0 | 444 | 4/26/2021 | |
1.3.3 | 395 | 4/21/2021 | |
1.3.2 | 435 | 4/21/2021 | |
1.3.1 | 475 | 4/18/2021 | |
1.3.0 | 426 | 4/14/2021 | |
1.2.2 | 414 | 4/14/2021 | |
1.2.1 | 561 | 4/14/2021 | |
1.2.0 | 605 | 4/5/2021 | |
1.1.1 | 622 | 4/3/2021 | |
1.0.1 | 572 | 3/28/2021 | |
1.0.0 | 563 | 3/21/2021 |