feat: JIT (WIP)
This commit is contained in:
@@ -10,6 +10,8 @@ pub enum Error {
|
||||
DowngradeError(String),
|
||||
#[error("error occurred during evaluation stage: {0}")]
|
||||
EvalError(String),
|
||||
#[error("error occurred during JIT compile stage: {0}")]
|
||||
CompileError(#[from] inkwell::builder::BuilderError),
|
||||
#[error("unknown error")]
|
||||
Unknown,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user