use crateContent;
use ;
// ---------------
// AST
// ---------------
const DEFAULT_NAME: &'static str = "content";
/// Each AST is basically a content nonterminal
/// A rei project is always a content nonterm??
pub type AST = Content;
// Function to walk AST for type checking of Identifiers and stuff
// If possible, with borrowing too
// And ownership