//! Contains a lexer for lexing the WebIDL grammar.
extern crate lalrpop_util;
/// Contains lexer related structures and functions for lexing the WebIDL grammar.
/// Contains parser related structures and functions for parsing the WebIDL grammar.
pub use *;
pub use *;