From 65cf87eaa15c1bb37ed6c1cb9905b62c62357660 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 17 Jul 2023 13:57:00 +0200 Subject: [PATCH] Update README.rdoc --- README.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 7cedecf..537b2ff 100644 --- a/README.rdoc +++ b/README.rdoc @@ -21,7 +21,8 @@ RIDL provides a framework for implementing compiler/generators for OMG standard * a flexible framework for pluggable (and stackable) backends * basic support for backend code re-generation * compliant with the {OMG IDL 3.5}[https://www.omg.org/spec/IDL/3.5] standard -* support for {OMG IDL 4.2}[https://www.omg.org/spec/IDL/4.2] annotations, map, int8/uint8, and explicitly-named integer types +* support for {OMG IDL 4.2}[https://www.omg.org/spec/IDL/4.2] annotations +* Experimental support for IDL 4.2 map, int8/uint8, explicitly-named integer types, bitmask and bitset Remedy IT has developed multiple backends for RIDL. These include: * {R2CORBA}[https://www.remedy.nl/opensource/r2corba.html] generating Ruby code