You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,14 @@ Syntax for a UML Action Language</em> Request for Proposals. The Alf specificati
6
6
document can be found at http://www.omg.org/spec/ALF. (See also http://solitaire.omg.org/issues/task-force/ALF11
7
7
for the list of issues addressed by the Alf 1.1 Revision Task Force.)
8
8
9
-
This README file describes the current base release, [v1.0.0a](https://github.com/ModelDriven/Alf-Reference-Implementation/releases/tag/v1.0.0a). For updates relevant to later releases, please refer to the README file distributed with those releases.
9
+
This implementation is based on the Alf 1.1 specification. It compiles Alf source text to the executable Foundational UML (fUML) subset of UML.
10
+
The compilation can target either of two fUML execution engine implementations:
10
11
11
-
Base release [v1.0.0a](https://github.com/ModelDriven/Alf-Reference-Implementation/releases/tag/v1.0.0a) conforms to the
12
-
Alf 1.0.1 specification. It compiles Alf source text to the executable Foundational UML (fUML) subset of UML. The compilation
13
-
can target either of two fUML execution engine implementations:
14
-
15
-
* 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)
16
-
(this version conforms to fUML 1.2.1).
12
+
* The fUML Reference Implementation execution engine (see http://fuml.modeldriven.org),
Copy file name to clipboardExpand all lines: dist/README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,14 @@ Syntax for a UML Action Language</em> Request for Proposals. The Alf specificati
6
6
document can be found at http://www.omg.org/spec/ALF. (See also http://solitaire.omg.org/issues/task-force/ALF11
7
7
for the list of issues addressed by the Alf 1.1 Revision Task Force.)
8
8
9
-
This implementation is based on the Alf 1.1 beta specification. It compiles Alf source text to the executable Foundational UML (fUML) subset of UML. The compilation can target either
10
-
of two fUML execution engine implementations:
9
+
This implementation is based on the Alf 1.1 specification. It compiles Alf source text to the executable Foundational UML (fUML) subset of UML.
10
+
The compilation can target either of two fUML execution engine implementations:
11
11
12
-
* The fUML Reference Implementation execution engine (see http://fuml.modeldriven.org), [v1.2.3](https://github.com/ModelDriven/fUML-Reference-Implementation/releases/tag/v1.2.3)
13
-
(this version conforms to fUML 1.3 beta).
12
+
* The fUML Reference Implementation execution engine (see http://fuml.modeldriven.org),
0 commit comments