roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
3.86k stars 284 forks source link

Simplify Defs parsing #6851

Closed kdziamura closed 1 day ago

kdziamura commented 4 days ago

closes #6656

It's not allowed to have a statement as the last def. In particular, statements with the await bang shouldn't be considered as empty return because they always desugar into expressions. So I removed EmptyDefsFinal which led to noticeable parsing simplification.

Zulip thread

kdziamura commented 3 days ago

Zulip thread