Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16, 32 and 64 bit memory declarations #15

Closed
3 tasks
RobertBendun opened this issue Sep 20, 2021 · 0 comments
Closed
3 tasks

16, 32 and 64 bit memory declarations #15

RobertBendun opened this issue Sep 20, 2021 · 0 comments

Comments

@RobertBendun
Copy link
Owner

RobertBendun commented Sep 20, 2021

Currently supported: []byte

  • Rename []byte to []uint8?
  • Add []uint16, []uint32, []uint64
  • Add pointer sized arrays and declarations isize (in C ptrdiff_t) and usize (in C size_t)

Should follow convention in #28

@RobertBendun RobertBendun added this to the Static type system milestone Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant