Qiskit / openqasm3_parser

Parser and semantic analyzer for the OpenQASM3 language
Apache License 2.0
11 stars 12 forks source link

Fix several bugs in type checking and explicit and implicit casting #213

Closed jlapeyre closed 7 months ago

jlapeyre commented 7 months ago

These are mostly in classical declaration statements. Several tests have been added.

Closes #208