summary refs log tree commit diff stats
path: root/doc/keywords.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-08-28 22:33:07 +0200
committerAraq <rumpf_a@web.de>2010-08-28 22:33:07 +0200
commit47886978c79a3246295114a853a9cd945d368708 (patch)
treef006dc90bb9c8c166214ca751af3739b89a73621 /doc/keywords.txt
parentb2075302b10b88047ea16007895bff4e46a2fa9c (diff)
downloadNim-47886978c79a3246295114a853a9cd945d368708.tar.gz
tiny C support; cosmetic improvements for the docs
Diffstat (limited to 'doc/keywords.txt')
-rwxr-xr-xdoc/keywords.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt
new file mode 100755
index 000000000..a6d96834a
--- /dev/null
+++ b/doc/keywords.txt
@@ -0,0 +1,19 @@
+addr and as asm atomic
+bind block break
+case cast const continue converter
+discard distinct div
+elif else end enum except
+finally for from generic
+if implies import in include is isnot iterator
+lambda let
+macro method mod
+nil not notin
+object of or out
+proc ptr
+raise ref return
+shl shr
+template try tuple type
+var
+when while with without
+xor
+yield