rust-simplicity icon indicating copy to clipboard operation
rust-simplicity copied to clipboard

Simpcli roundtrip fails

Open uncomputable opened this issue 2 years ago • 0 comments

The following program can be disassembled but not re-assembled.

sanket1729:~/rust-simplicity$ ./target/debug/simpcli disassemble 4MmyAAAACgRswIQKEGMTtoNQNpVbfx0Z7yNAFvcHOnVjPKpYTxVfJS0O0xfn5YYSBrFWbcQRgECZn3AgG8A= > ./simpcli/example_programs/test.simpl
sanket1729:~/rust-simplicity$ ./target/debug/simpcli assemble ./simpcli/example_programs/test.simpl 
Expression `main` not found.

uncomputable avatar Aug 28 '23 17:08 uncomputable