Fix errors

This commit is contained in:
coolreader18 2019-08-13 23:04:32 -05:00
parent 240c3c417c
commit f4ee74dbd4

View file

@ -132,12 +132,6 @@ impl std::fmt::Display for ModeParseError {
}
}
#[derive(Clone, Copy)]
enum EvalContext {
Statement,
Expression,
}
pub(crate) type Label = usize;
impl<O> Default for Compiler<O>