idl 0.1.1

Library used for the idl language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[macro_use]
extern crate lazy_static;

mod reserved;
mod scanner;

pub mod formatting;
pub mod idl;
pub mod ids;
pub mod language;
pub mod module;
pub mod range;
pub mod builder;