//! A prototype implementation of the Rust syntax from scratch (rather than
//! newtypes of `syn`) that support derive(Parse), derive(ToTokens) and other
//! conveniences across all AST node types.
extern crate proc_macro;
pub use Span;
pub use ;
pub use ;
pub use *;