From 1c58a2aeb43f76220d8f5d32f975293784c99370 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Fri, 17 May 2019 11:51:48 +0200 Subject: [PATCH] Update page 'Future AerScript Versions' --- Future-AerScript-Versions.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Future-AerScript-Versions.md b/Future-AerScript-Versions.md index 5ff4dd5..775ce36 100644 --- a/Future-AerScript-Versions.md +++ b/Future-AerScript-Versions.md @@ -4,7 +4,7 @@ This document describes an ideas for future versions of __Aer__ language specifi * Namespace support * Transient fields * Variadic methods - + * Pointers support ### Exponentiation 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; return $box; } - } - -### Pointers -Implementation details: - * Simple INTEGER value, that stores an nIdx of the referenced variable - * \ No newline at end of file + } \ No newline at end of file