summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-11-04 10:48:43 -0500
committerAdrian Thurston <thurston@complang.org>2014-11-04 10:48:43 -0500
commit44690bdb7eb3a5657d5b6432372c8c25b3ed15d9 (patch)
tree9dc83660f5232c434419d88f8aefe4f9c70f631b /doc
parent41de4e8105859310bbb3065e23788e283fb33ab7 (diff)
downloadcolm-44690bdb7eb3a5657d5b6432372c8c25b3ed15d9.tar.gz
allow keyword 'struct' as synonym of 'context'
Diffstat (limited to 'doc')
-rw-r--r--doc/types.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/types.txt b/doc/types.txt
index 0c56a172..bc0b297d 100644
--- a/doc/types.txt
+++ b/doc/types.txt
@@ -15,3 +15,5 @@ Reference
UserClass
Int
+
+* A struct is a collection of vars, a namespace, and a parsing context.