rigetti / quil-rs

Quil Parser & Program Builder
https://rigetti.github.io/quil-rs/
Apache License 2.0
18 stars 9 forks source link

Allow control flow graph and related types to be constructed and subclassed #358

Closed MarquessV closed 5 months ago

MarquessV commented 5 months ago

It would be helpful if the control flow graph types could be subclassed and had some way of constructing them. This allows downstream dependencies to more easily extend them or modify their behavior.