eclipse-archived / ceylon.formatter

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

Grouped types, again #58

Closed lucaswerkmeister closed 10 years ago

lucaswerkmeister commented 10 years ago

@gavinking changed the grammar in ceylon/ceylon-spec@8990131efe9d4c7d7b7c881a4ce22055ba5f42ab to no longer throw away the < and > tokens (instead creating a wrapper GroupedType), which means that we can now implement #23 a lot better, without optional tokens. (I believe this means we can remove that functionality completely, but I’m not completely sure if they aren’t used somewhere else. We’ll see.)