use crateAST;
use crate;
use crateToText;
/// Type for an association, e.g. assignment, parameter binding.
// impl ToText for AssignmentAST {
// fn to_text(&self) -> String {
// format!("{0:} = ({1:})", self.assignee.to_text(), self.value.to_text())
// }
// }