Updated all the READMEs for VVhitespace.
[vvhitespace] / stdlib / README.md
index 2639a41..e56080f 100644 (file)
@@ -1,5 +1,14 @@
+# Overview #
+
+This folder contains a library of useful functions written in VVhitespace.
+Standard include guards are used with `cpp` to include the stdlib in user
+programs. For an example, see `examples/hello-stdlib`.
+
 # Reservations #
 
 # Reservations #
 
+Since all labels share a global namespace, the standard library makes the
+following reservations:
+
 ## Label ##
 
     00000000 0xxxxxxx - reserved for stdlib function entry points
 ## Label ##
 
     00000000 0xxxxxxx - reserved for stdlib function entry points
@@ -27,3 +36,4 @@ private label space associated with it, formed as follows:
 
     00001000 xxxxxxxx - for use by 1000
     00001001 xxxxxxxx - for use by 1001
 
     00001000 xxxxxxxx - for use by 1000
     00001001 xxxxxxxx - for use by 1001
+    ...etc