//! This crate offers tools designed to aid with the implementation
//! of the JavaScript syntax and BinAST encoders/decoders/manipulators.
extern crate inflector;
extern crate itertools;
extern crate log;
extern crate weedle;
/// Generic tools for generating implementations of the Syntax.
/// Import a specification of the Syntax.
/// Manipulating the specifications of the language.
/// Misc. utilities.