Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

Length-prefixed arrays #3

Open
Michael-Kelley opened this issue Jun 22, 2016 · 0 comments
Open

Length-prefixed arrays #3

Michael-Kelley opened this issue Jun 22, 2016 · 0 comments
Assignees
Milestone

Comments

@Michael-Kelley
Copy link
Owner

Michael-Kelley commented Jun 22, 2016

Implement a way to define arrays that are prefixed with their length instead of having to define 2 separate variables.
Proposed syntax includes defining the length type inside the array length specifier:

# The following declaration should instruct BeeSchema to first read a byte,
#  then use that as the length of the array
array_of_ints : Int[Byte];
@Michael-Kelley Michael-Kelley added this to the 1.0.0 milestone Jun 22, 2016
@Michael-Kelley Michael-Kelley self-assigned this Jun 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant