feat[compressed]: ability to uncompress
This commit is contained in:
parent
f05da30c8a
commit
40ce94ab7b
3 changed files with 41 additions and 2 deletions
|
@ -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))]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue