I've revised Bytevector and Vector code, and integrated it into shaka::Data and the parsing code. There are new test cases and small revisions here and there.
Please test whether the parsing rules and bytevector/vector creation code works. The REPL should automatically have support for bytevectors and vectors since it uses the same parsing logic as the unit/integration tests.
Please test whether bytevector/vector can be used successfully from shaka::Data.
I've revised Bytevector and Vector code, and integrated it into
shaka::Data
and the parsing code. There are new test cases and small revisions here and there.Please test whether the parsing rules and bytevector/vector creation code works. The REPL should automatically have support for bytevectors and vectors since it uses the same parsing logic as the unit/integration tests.
Please test whether bytevector/vector can be used successfully from
shaka::Data
.