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: specs/HAML.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Hybrid Automata Modelling Language (HAML)
2
2
3
-
#### Version: 0.1.5
3
+
#### Version: 0.1.6
4
4
5
5
## Introduction
6
6
@@ -158,6 +158,7 @@ A Network can instantiate further networks inside of it, to create a hierarchica
158
158
| definitions | Map[String, [Network](#network) \| [Automata](#automata)] | **Required.** A set of definitions of Hybrid Networks or Hybrid Automata that can be instantiated. |
159
159
| instances | Map[String, [Instance](#instance) \| String] | **Required.** A set of instances of previously defined Hybrid Networks or Hybrid Automata. |
160
160
| mappings | Map[String, [Formula](#formula)] | A set of mappings that determine the value of each output of this network, or input of each Instance. |
161
+
| functions | Map[String, [Function](#function)] | A set of functions that exist inside this Hybrid Network. |
161
162
162
163
163
164
#### Example
@@ -742,6 +743,7 @@ codegenConfig:
742
743
743
744
| Version | Date | Notes |
744
745
|---|---|---|
746
+
| 0.1.6 | 2020-09-14 | Added support for functions inside Networks |
745
747
| 0.1.5 | 2020-06-08 | Added support for loops in custom functions, including `for` and `break` statements |
746
748
| 0.1.4 | 2020-02-25 | Added support for more functions: `Power`, `Natural Log`, `Floor`, `Ceil` |
747
749
| 0.1.3 | 2019-04-26 | Added support for trigonometric functions and constants |
0 commit comments