Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 569 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 569 Bytes

OMG IDL Parser

A pure rust implementation of an OMG Interface Definition Language (IDL) version 4.2. For more information, see OMG IDL 4.2.

Build Test Cases

This repository utilizes eProsima DDS Type Test as an optional submodule for testing. To enable testing with that repository, use:

git submodule update --init
cargo test

Work in Progress: This repository is not complete. At the time of writing this, the parse can only validate an IDL file.