mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-21 04:06:42 +01:00
add take left operator, sizecoded wasm4 skip ahead to 512 bytes
This commit is contained in:
@@ -687,6 +687,11 @@ fn tc_expression(context: &mut Context, expr: &mut ast::Expression) -> Result<()
|
||||
}
|
||||
None
|
||||
}
|
||||
ast::Expr::First { ref mut value, ref mut drop } => {
|
||||
tc_expression(context, value)?;
|
||||
tc_expression(context, drop)?;
|
||||
value.type_
|
||||
}
|
||||
ast::Expr::Error => unreachable!(),
|
||||
};
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user