Changes
Page history
Update Parameter Assignment
authored
Mar 31, 2021
by
Reiner Jung
Show whitespace changes
Inline
Side-by-side
Parameter-Assignment.md
View page @
a687e922
...
...
@@ -33,6 +33,13 @@ Array:
{Array} '{' elements+=Primitive (',' elements+=Primitive)* '}';
```
Inference: ConfigurationExpression: t_left : R operator = { +, - } t_right : T / t_left operator t_right : T
ConfigurationExpression2: t_left : T operator = { +, - } t_right : R / t_left operator t_right : T
T = Float
R = Integer or Float
## Primitive Elements
```
...
...
...
...