Introduction
CocoLab is a sandbox playground environment for compiling manifest into logics, simulating logic calls and participant interactions with logics on MOI. It has capabilities to handle basic argument parsing and is agnostic to engine runtime implementations but currently only supports PISA
.
Compiling on Cocolab
refer The Tour of Coco - CocoLab
Converting Manifest and Instruction Formats
Converting manifests between encoding schemes can be done with the manifest utility. The given manifest at the filepath is decoded and printed in the encoding of choice. Returns indented and formatted data for JSON and YAML, and hex string for POLO.
Easily transform the instructions from the manifest at the specified filepath into your preferred format: hex, asm, or bin. Embrace the simplicity and precision as you navigate through your code's instruction journey with readability and efficiency.
refer Conversion