Update page 'Future AerScript Versions'
parent
eb4ff6c0a4
commit
1c58a2aeb4
@ -4,7 +4,7 @@ This document describes an ideas for future versions of __Aer__ language specifi
|
|||||||
* Namespace support
|
* Namespace support
|
||||||
* Transient fields
|
* Transient fields
|
||||||
* Variadic methods
|
* Variadic methods
|
||||||
|
* Pointers support
|
||||||
|
|
||||||
### Exponentiation Operator
|
### Exponentiation Operator
|
||||||
A right associative \** operator can be added to support exponentiation, along with a \**= shorthand assignment operator.
|
A right associative \** operator can be added to support exponentiation, along with a \**= shorthand assignment operator.
|
||||||
@ -65,9 +65,4 @@ It should be possible to redeclare or overload most of the built-in operators av
|
|||||||
$box->length = $box1->length + $box2->length;
|
$box->length = $box1->length + $box2->length;
|
||||||
return $box;
|
return $box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
### Pointers
|
|
||||||
Implementation details:
|
|
||||||
* Simple INTEGER value, that stores an nIdx of the referenced variable
|
|
||||||
*
|
|
Loading…
x
Reference in New Issue
Block a user