summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-07-21 09:44:47 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-07-21 09:44:47 +0200
commitd10973adb00840631e5314ec902d502f15934801 (patch)
treea207854b0cf984815beb26bf2d71933ce566f6d7 /doc
parentc441cdb64ca5394f74faadf76563bcfafeda18f4 (diff)
downloadNim-d10973adb00840631e5314ec902d502f15934801.tar.gz
c2nim tool added
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 490901b64..7fce8ac85 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -155,7 +155,7 @@ underscores ``__`` are not allowed::
 

   letter ::= 'A'..'Z' | 'a'..'z' | '\x80'..'\xff'

   digit ::= '0'..'9'

-  IDENTIFIER ::= letter ( ['_'] letter | digit )*

+  IDENTIFIER ::= letter ( ['_'] (letter | digit) )*

 

 The following `keywords`:idx: are reserved and cannot be used as identifiers: