mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
parse underscores in expressions
This commit is contained in:
parent
e1a78645aa
commit
28ba645121
7 changed files with 87 additions and 8 deletions
|
@ -115,6 +115,8 @@ pub enum Expr<'a> {
|
|||
ident: &'a str,
|
||||
},
|
||||
|
||||
Underscore(&'a str),
|
||||
|
||||
// Tags
|
||||
GlobalTag(&'a str),
|
||||
PrivateTag(&'a str),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue