switch to stack model for plutus eval

Co-authored-by: rvcas <x@rvcas.dev>
This commit is contained in:
Kasey White
2022-07-28 02:40:44 -04:00
committed by Lucas
parent 4acbd704e0
commit a3a175d74b
2 changed files with 95 additions and 35 deletions

View File

@@ -28,6 +28,8 @@ pub enum Error {
BuiltinTermArgumentExpected(Term<NamedDeBruijn>),
#[error("Unable to unlift value because it is not a constant:\n\n{0:#?}")]
NotAConstant(Value),
#[error("The evaluation never reached a final state")]
MachineNeverReachedDone,
}
#[derive(Debug, Clone, PartialEq)]