eclipse-archived / ceylon.formatter

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

Support for new dynamic value syntax #81

Closed lucaswerkmeister closed 10 years ago

lucaswerkmeister commented 10 years ago

ceylon/ceylon-spec#1088 breaks the formatter (unexpected token).

(I’m mainly creating an issue so I can reference the number in the test case.)

lucaswerkmeister commented 10 years ago

Aha, I never supported dynamic values in the first place – visitDynamic isn’t overridden! Oops :D

lucaswerkmeister commented 10 years ago

“Fixed” by supporting them now :)