feat[compressed]: ability to uncompress

This commit is contained in:
vegowotenks 2025-06-23 14:00:21 +02:00
parent f05da30c8a
commit 40ce94ab7b
3 changed files with 41 additions and 2 deletions

View file

@ -96,4 +96,3 @@ translationSize = Vector.sum . Vector.map instructionTranslationSize
--
-- >>> parse [CompressedInstruction.Add 5, CompressedInstruction.Loop [CompressedInstruction.Loop [CompressedInstruction.ReadByte], CompressedInstruction.PutByte]]
-- [Modify Add 5,Jump 4,Jump 1,Interact Read,WhenNonZero (Jump (-2)),Interact Write,WhenNonZero (Jump (-5))]