<div dir="ltr">On Mon, Feb 3, 2014 at 10:25 AM, Martin Frb <span dir="ltr"><<a href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>></span> wrote:<br><div><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
It does not state if or if not it is an operator. And also give no indication on its precedence, or if it is applied before or after operators.<br>
<br>
This is not so much about he -a^ (which is a (very) constructed case), but about   @a^ which is possible (not doing much so)<br>
<br>
So if {$T-}<br>
a : pinteger;<br>
@a^ gives an untyped pointer (same as "pointer(a)" ? / but shorter)<br>
But only because it is @(a^) and not (@a)^ . The second would only compile wit {$T+}<br></blockquote></div><br>Both still both expressions are parsed the same (not if $T is enabled or not).<br></div><div class="gmail_extra">
If you treat ^ as a part of identified, you'll be able to parse the expression.<br><br>thanks,<br>Dmitry<br></div></div></div>