pub trait Visited { // Required method fn visited(&self, env: &mut Env) -> Result<(), AssemblerError>; }
Trait to implement for each type of token. it allows to drive the appropriate data vonversion
Make all the necessary for the given token