Skip to content
Lucas Werkmeister edited this page Nov 19, 2017 · 31 revisions

ceylon.ast 1.3.3-SNAPSHOT

Changes from the previous version (1.3.2):

  • A CaseClause and a CaseExpression have an additional boolean modifier, elseCase, indicating a non-disjoint case (syntax else case instead of just case). See #137.
  • A ModuleSpecifier has an additional Classifier (a new alias for StringLiteral). See #135.
  • A ModuleBody has an additional list constantDefinitions of ValueDefinitions, and a ModuleImport’s version may also be a BaseExpression. See #136.

Unfortunately, one minor language change could not be adopted in this version: Support for of package.foo is not added in this release. See #134.

Clone this wiki locally