Qiskit / openqasm3_parser

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

Mostly implement subroutine definition (def) #181

Closed jlapeyre closed 6 months ago

jlapeyre commented 6 months ago

This commit roughly implements parsing subroutine definition end-to-end. There are likely loose ends and edge cases that will become apparent.

A few tests are included. One test exposes a bug. The corresponding issue will be opened once this commit merges.

Closes #128