diff options
author | Araq <rumpf_a@web.de> | 2011-07-23 20:19:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-07-23 20:19:05 +0200 |
commit | a6daf7152026fb8ab9b5aee17355e23b46d2e987 (patch) | |
tree | 0783d83d9215fbb7140e9e84a0c394f241bc7b32 /doc/grammar.txt | |
parent | 246b8d18a1102ddcb6435a67d6979fa2a48bf98e (diff) | |
download | Nim-a6daf7152026fb8ab9b5aee17355e23b46d2e987.tar.gz |
old pointer deref operator completely removed
Diffstat (limited to 'doc/grammar.txt')
-rwxr-xr-x | doc/grammar.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/grammar.txt b/doc/grammar.txt index 2348a1a7c..91d334715 100755 --- a/doc/grammar.txt +++ b/doc/grammar.txt @@ -33,7 +33,6 @@ primaryPrefix ::= (prefixOperator | 'bind') optInd primarySuffix ::= '.' optInd symbol [generalizedLit] | '(' optInd namedExprList optPar ')' | '[' optInd [indexExpr (comma indexExpr)* [comma]] optPar ']' - | '^' | pragma primary ::= primaryPrefix* (symbol [generalizedLit] | |