Not fails on cart contruction parsing, does nothing.
This commit is contained in:
parent
bf2e73a5d1
commit
b53cc1e768
|
@ -233,7 +233,9 @@ impl<'source> Parser<'source> {
|
||||||
|
|
||||||
/// Flow for creating carts
|
/// Flow for creating carts
|
||||||
fn cart_flow(&mut self) -> Result<ExprKind, Error> {
|
fn cart_flow(&mut self) -> Result<ExprKind, Error> {
|
||||||
todo!("cart construction")
|
let mut cart = vec![];
|
||||||
|
|
||||||
|
Ok(ExprKind::Cart(cart))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Flow for operators
|
/// Flow for operators
|
||||||
|
|
Loading…
Reference in a new issue