Skip to content

Commit d007704

Browse files
committed
2 parents 4ceb91b + 6ab0955 commit d007704

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Action Language for UML (Alf) <br> Open Source Reference Implementation
2-
_Copyright &copy; 2011-2016 Data Access Technologies, Inc. (Model Driven Solutions)_
2+
_Copyright &copy; 2011-2017 Data Access Technologies, Inc. (Model Driven Solutions)_
33

44
Alf is an action language for UML developed in response to the OMG <em>Concrete
55
Syntax for a UML Action Language</em> Request for Proposals. The Alf specification
66
document can be found at http://www.omg.org/spec/ALF. (See also http://solitaire.omg.org/issues/task-force/ALF11
77
for the list of open issues currently being addressed by the Alf 1.1 Revision Task Force.)
88

9-
This implementation is based on the Alf 1.0.1 specification. It compiles Alf source text to the executable
9+
The current base release, [v1.0.0a](https://github.com/ModelDriven/Alf-Reference-Implementation/releases/tag/v1.0.0a),
10+
is based on the Alf 1.0.1 specification. It compiles Alf source text to the executable
1011
Foundational UML (fUML) subset of UML. The compilation can target either of two fUML execution engine implementations:
1112

1213
* The fUML Reference Implementation execution engine (see http://fuml.modeldriven.org), [v1.2.0](https://github.com/ModelDriven/fUML-Reference-Implementation/releases/tag/v1.2.0)
@@ -17,8 +18,8 @@ Foundational UML (fUML) subset of UML. The compilation can target either of two
1718
The implementation handles the full Alf syntax at the Extended compliance level, as given in Annex C Consolidated
1819
LL Grammar of the Alf Specification.
1920

20-
Static semantic checking is directly based on validating the constraints defined in Part III of the Alf Specification.
21-
However, as errors were discovered in these definitions, or inconsistencies with the descriptions in Part II were identified,
21+
Static semantic checking is directly based on validating the constraints defined in the abstract syntax of the Alf Specification.
22+
However, as errors were discovered in these definitions, or inconsistencies with corresponding feature descriptions were identified,
2223
these were corrected in the implementation. All such issues have either been corrected in the latest version of the specification
2324
or have been reported to the Alf Revision Task Force for correction in a future version.
2425

0 commit comments

Comments
 (0)