Skip to content

v0.0.5 impl arrays, maps, and shift-decoding refactor!

Compare
Choose a tag to compare
@DrewMcArthur DrewMcArthur released this 24 Apr 05:54
· 16 commits to main since this release
c048d5d
  • implemented arrays and maps
  • introduced function core:shift(byte[] data) returns [byte first, byte[] rest];
  • refactored decoding to utilize core:shift, and pop bytes off data as they're consumed and decoded

What's Changed

Full Changelog: v0.0.4...v0.0.5