eclipse-archived / ceylon.formatter

A formatter for the Ceylon programming language, written in Ceylon.
Apache License 2.0
14 stars 11 forks source link

let #92

Closed lucaswerkmeister closed 9 years ago

lucaswerkmeister commented 9 years ago

We need to support let expressions. See ceylon/ceylon-spec#747.

Should be fairly straightforward, just like for and if comprehension clauses (same structure: keyword, parenthesized, expression without braces).

lucaswerkmeister commented 9 years ago

Not merged into master yet because the ceylon-spec branch isn’t merged either.

Aside: ceylon-spec let can’t build ceylon.language because of the new spread type abbreviations that are used in ceylon.language but not supported in let, so to check this out yourself, you’ll have to rebase ceylon-spec let locally onto master.