From 310f9ea97e721bec1fd11b3dbd648c76ab92823e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 5 Jan 2017 23:01:18 -0500 Subject: [PATCH] WIP --- docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md index e5b2ce39..3b738faf 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md @@ -308,6 +308,7 @@ Value types are stored using a common technique that is described in Lisp in Sma In Cyclone the two least significant bits are used to indicate the following data types: Binary Bit Pattern | Data Type +------------------ | --------- 00 | Pointer (an object type) 01 | Integer 10 | Character