Fix empty expression evaluation
This commit is contained in:
parent
53bba14c00
commit
c323b35961
@ -67,7 +67,7 @@ pub fn gen_expression(code: &[Instruction], w: &mut dyn Write) -> Result<()> {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
unreachable!();
|
write!(w, "error(\"mundane expression\")")
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Module<'a> {
|
pub struct Module<'a> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user