pub type Error = LuaError;
pub enum Error { Runtime(LuaValue), Syntax(LuaValue), Memory, Error, Yield, File, Gc, }