Parse anonymous function definitions
This commit is contained in:
parent
9a1bb92dfe
commit
ff3edf17e5
4 changed files with 73 additions and 4 deletions
|
|
@ -2,6 +2,8 @@ use crate::span::{HasSpan, Span};
|
|||
|
||||
use super::{Expr, Ident, Space};
|
||||
|
||||
// TODO Make table patterns recursive
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum TablePatternElem {
|
||||
/// `foo`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue