mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Refactor several parse methods to use more combinators
This commit is contained in:
parent
dc2500aac2
commit
5d5b71a083
12 changed files with 351 additions and 359 deletions
|
@ -1 +1 @@
|
|||
Expr(Closure(Arg(@1), @1), @0)
|
||||
Expr(Closure(Arg(@1), @0), @0)
|
|
@ -1 +1 @@
|
|||
Expr(Closure(IndentBody(@5), @3), @0)
|
||||
Expr(Closure(IndentBody(@5), @0), @0)
|
|
@ -1 +1 @@
|
|||
Expr(When(Arrow(@24), @24), @0)
|
||||
Expr(When(Arrow(@24), @0), @0)
|
|
@ -1 +1 @@
|
|||
Expr(When(Arrow(@26), @20), @0)
|
||||
Expr(When(Arrow(@26), @0), @0)
|
Loading…
Add table
Add a link
Reference in a new issue