Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mostly implement subroutine definition (def) #181

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

jlapeyre
Copy link
Collaborator

@jlapeyre jlapeyre commented Mar 20, 2024

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

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.
@jlapeyre jlapeyre marked this pull request as ready for review March 20, 2024 19:24
@jlapeyre jlapeyre merged commit e120cab into Qiskit:main Mar 20, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement def
1 participant