parse expect

This commit is contained in:
Folkert 2021-04-22 23:00:44 +02:00
parent 50942325b9
commit 700e7d9686
12 changed files with 223 additions and 5 deletions

View file

@ -649,6 +649,7 @@ pub fn canonicalize_expr<'a>(
Output::default(),
)
}
ast::Expr::Expect(_condition, _continuation) => todo!(),
ast::Expr::If(if_thens, final_else_branch) => {
let mut branches = Vec::with_capacity(1);
let mut output = Output::default();