Not fails on cart contruction parsing, does nothing.

pull/37/head
ondra05 2021-07-29 18:17:08 +02:00
parent 07f5b022d9
commit d66e1f2a12
1 changed files with 3 additions and 1 deletions

View File

@ -233,7 +233,9 @@ impl<'source> Parser<'source> {
/// Flow for creating carts
fn cart_flow(&mut self) -> Result<ExprKind, Error> {
todo!("cart construction")
let mut cart = vec![];
Ok(ExprKind::Cart(cart))
}
/// Flow for operators