Skip to content

We need a way to convert a Program into a String #12

@MarquessV

Description

@MarquessV

We can use parse_program to convert a String into a Program but no way to turn it back into an object that can really be used outside of this crate. The inner quilc_program is just a pointer, with no way to de-reference it or get at the data inside. This means, other than print_program, which prints directly to stdout, we have no way of converting a compiled program into, say, a quil_rs::Program

&compiled_program = Program(
    0x0000000000000002,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions