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

Length-prefixed arrays #3

@Michael-K-GH

Description

@Michael-K-GH

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];

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions