-
Notifications
You must be signed in to change notification settings - Fork 3
Changes
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 aCaseExpression
have an additional boolean modifier,elseCase
, indicating a non-disjoint case (syntaxelse case
instead of justcase
). See #137. - A
ModuleSpecifier
has an additionalClassifier
(a new alias forStringLiteral
). See #135. - A
ModuleBody
has an additional listconstantDefinitions
ofValueDefinition
s, and aModuleImport
’sversion
may also be aBaseExpression
. 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.