summary refs log tree commit diff stats
path: root/doc/grammar.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-31 00:21:32 +0200
committerAraq <rumpf_a@web.de>2011-07-31 00:21:32 +0200
commit6a8a409f1b8694e380e27afddff3cd9c29452b8c (patch)
tree4dcda408e2db40d0ce6b243c74d9160cad54c6c1 /doc/grammar.txt
parent2d62738bbb5e7a664fab3f7a49313b5fb839a47c (diff)
downloadNim-6a8a409f1b8694e380e27afddff3cd9c29452b8c.tar.gz
preparation for new 'is' operator; breaks bootstrapping again, sorry (use generated C code)
Diffstat (limited to 'doc/grammar.txt')
-rwxr-xr-xdoc/grammar.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.txt b/doc/grammar.txt
index 91d334715..3e8c89a2e 100755
--- a/doc/grammar.txt
+++ b/doc/grammar.txt
@@ -3,7 +3,7 @@ module ::= ([COMMENT] [SAD] stmt)*
 comma ::= ',' [COMMENT] [IND]
 operator ::= OP1 | OP2 | OP3 | OP4 | OP5 | OP6 | OP7 | OP8 | OP9
            | 'or' | 'xor' | 'and'
-           | 'is' | 'isnot' | 'in' | 'notin'
+           | 'is' | 'isnot' | 'in' | 'notin' | 'of'
            | 'div' | 'mod' | 'shl' | 'shr' | 'not' | '..'
 
 prefixOperator ::= operator