Skip to content

Commit

Permalink
Merge pull request #15 from Qiskit/remove-qasm3-bytecode
Browse files Browse the repository at this point in the history
Remove crate qasm3_bytecode
  • Loading branch information
jlapeyre authored Jan 11, 2024
2 parents a430111 + 040b732 commit 7692374
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 516 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ authors = ["OpenQASM3 parser team"]

[workspace.dependencies]
# local crates

lexer = { path = "./crates/lexer", version = "0.0.0" }
parser = { path = "./crates/parser", version = "0.1.0" }
oq3_syntax = { path = "./crates/oq3_syntax", version = "0.0.0" }
semantics = { path = "./crates/semantics", version = "0.0.0" }
sourcegen = { path = "./crates/sourcegen", version = "0.0.0" }
ast_pyo3 = { path = "./crates/ast_pyo3", version = "0.0.0" }
source_file = { path = "./crates/source_file", version = "0.0.0" }
sourcegen = { path = "./crates/sourcegen", version = "0.0.0" }
#ast_pyo3 = { path = "./crates/ast_pyo3", version = "0.0.0" }

# non-local crates
# sourcegen has a hard-coded path. This is a bug, it cannot be used as a standalone crate
Expand Down
29 changes: 0 additions & 29 deletions crates/qasm3_bytecode/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions crates/qasm3_bytecode/buildlib.sh

This file was deleted.

29 changes: 0 additions & 29 deletions crates/qasm3_bytecode/src/bytecode.rs

This file was deleted.

29 changes: 0 additions & 29 deletions crates/qasm3_bytecode/src/lib.rs

This file was deleted.

37 changes: 0 additions & 37 deletions crates/qasm3_bytecode/src/parse.rs

This file was deleted.

25 changes: 0 additions & 25 deletions crates/qasm3_bytecode/src/pybytecode.rs

This file was deleted.

Loading

0 comments on commit 7692374

Please sign in to comment.