mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 12:46:35 +02:00
WIP
This commit is contained in:
parent
cd1c2ecb56
commit
310f9ea97e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
In Cyclone the two least significant bits are used to indicate the following data types:
|
||||||
|
|
||||||
Binary Bit Pattern | Data Type
|
Binary Bit Pattern | Data Type
|
||||||
|
------------------ | ---------
|
||||||
00 | Pointer (an object type)
|
00 | Pointer (an object type)
|
||||||
01 | Integer
|
01 | Integer
|
||||||
10 | Character
|
10 | Character
|
||||||
|
|
Loading…
Add table
Reference in a new issue