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