Crates.io | rtps-idl-grammar |
lib.rs | rtps-idl-grammar |
version | 0.2.3 |
source | src |
created_at | 2019-01-11 09:46:07.284136 |
updated_at | 2019-01-12 00:35:33.952811 |
description | OMG RTPS IDL v4.0 grammar for pest |
homepage | |
repository | https://github.com/frehberg/rtps-gen |
max_upload_size | |
id | 107907 |
size | 39,673 |
Object Management Group Interface Definition Language v4.1 grammar for pest
This grammar was manually converted from the EBNF Consolidated IDL Grammar Annex of the specification.
pest_idl_v4_grammar requires Cargo and Rust.
Add the following to Cargo.toml
:
rtps-idl-grammar = "*"
and in your Rust lib.rs
or main.rs
:
extern crate pest;
use pest::Parser;
extern crate rtps_idl_grammar;
use rtps_idl_grammar::{Rule,IdlParser};
Licensed under either of
at your option.
Kevin Pansky: pest_idl_v4_grammar
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.