mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
pattern number parsing
This commit is contained in:
parent
663ffdeb88
commit
8cff7b060e
4 changed files with 62 additions and 35 deletions
|
@ -572,6 +572,7 @@ pub enum EPattern<'a> {
|
|||
Space(BadInputError, Row, Col),
|
||||
|
||||
PInParens(PInParens<'a>, Row, Col),
|
||||
NumLiteral(Number, Row, Col),
|
||||
|
||||
IndentStart(Row, Col),
|
||||
IndentEnd(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue