Skip to content

Basic types #164

Answered by lerno
data-man asked this question in Q&A
Jun 10, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

quad and half support isn't complete yet. I am not sure whether I'll support the type aliases (e.g. f16 etc) as aliases.
byte / char now is char and ichar respectively. I'll fix the docs for that. I'll create the cinterop package when I have the $switch working 100%, because the source code will look something like:

$switch (CINTSIZE):
   $case 8:
     define CInt = ichar;
   $case 16:
     define CInt = short;
   $case 32:
     define CInt = int;
   $case 64:
     define CInt = long;
$endswitch     

.. in that file. So that's why it's delayed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@goyalyashpal
Comment options

Answer selected by data-man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants