pub fn execute_tokens<T: Write>( tokens: &[Token], writable: &mut T, time_limit: Option<Duration>, ) -> Result<Vec<StackValue>>