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

Add support for static byte arrays #510

Closed
objeck opened this issue Feb 5, 2025 · 1 comment
Closed

Add support for static byte arrays #510

objeck opened this issue Feb 5, 2025 · 1 comment

Comments

@objeck
Copy link
Owner

objeck commented Feb 5, 2025

Add support for static byte arrays.

  1. Create a new type (see BoolStringHolder and BoolStringInstruction)
  2. Devise a way to denote that a static array contains byte values
    2.1 Cast
    2.2 Prefix
  3. Test static byte support
  4. Add support casting
    4.1 a : Byte[] := ['a', 'b', 'c']->As(Byte[])
    4.2 a : Byte[] := b['a', 'b', 'c']->As(Byte[])
  5. Update array constructors and Copy functions
objeck added a commit that referenced this issue Feb 6, 2025
objeck added a commit that referenced this issue Feb 6, 2025
objeck added a commit that referenced this issue Feb 7, 2025
objeck added a commit that referenced this issue Feb 7, 2025
objeck added a commit that referenced this issue Feb 7, 2025
objeck added a commit that referenced this issue Feb 7, 2025
objeck added a commit that referenced this issue Feb 7, 2025
objeck added a commit that referenced this issue Feb 7, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 8, 2025
objeck added a commit that referenced this issue Feb 9, 2025
objeck added a commit that referenced this issue Feb 9, 2025
objeck added a commit that referenced this issue Feb 9, 2025
objeck added a commit that referenced this issue Feb 9, 2025
@objeck
Copy link
Owner Author

objeck commented Feb 9, 2025

Added and ready for the next release

@objeck objeck closed this as completed Feb 9, 2025
objeck added a commit that referenced this issue Feb 9, 2025
objeck added a commit that referenced this issue Feb 9, 2025
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