Macro require_eof  
macro_rules! require_eof {
    ($interpreter:expr) => { ... };
}Expand description
Error if the current call is executing EOF.
macro_rules! require_eof {
    ($interpreter:expr) => { ... };
}Error if the current call is executing EOF.