eclipse-archived / ceylon.formatter

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

Don’t overwrite AST models #107

Closed lucaswerkmeister closed 9 years ago

lucaswerkmeister commented 9 years ago

We currently set the model of certain parameter lists to a special marker object so we can recognize them later. This is really bad; we should instead just use a special visitParameterListWithIdentifier method.