Fixing some showstoppers
- inertness now tracked separately from gas - atomic_impl now correctly rolls over when the argument is inert - syntax fixes - tree shaking
This commit is contained in:
@@ -5,7 +5,7 @@ use crate::representations::interpreted::ExprInst;
|
||||
use crate::foreign::ExternError;
|
||||
|
||||
/// Problems in the process of execution
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum RuntimeError {
|
||||
Extern(Rc<dyn ExternError>),
|
||||
NonFunctionApplication(ExprInst),
|
||||
|
||||
Reference in New Issue
Block a user