X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/f4523a366b4cdb86a137ca9edcefde923263d126..92a92075b5ccdcd473eb720b13e946fb5d9e1985:/stdlib/README.md diff --git a/stdlib/README.md b/stdlib/README.md index 2639a41..e56080f 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -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 # +Since all labels share a global namespace, the standard library makes the +following reservations: + ## 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 + ...etc