Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Most of the core components are implemented in Rust. These components are packag

- **allocator/**: A copy of `mimalloc`, used for memory allocation in the Rust components of the QDK
- **compiler/**: Core compiler and language processing components
- **qsc/**: Core compiler logic and command-line tooling
- **qsc/**: Core compiler logic
- **qsc_ast/**: Abstract syntax tree definition and utilities
- **qsc_circuit/**: Circuit diagram representation and generation
- **qsc_codegen/**: Code generation utilities (QIR, Q#)
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions compiler/qsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ edition.workspace = true
license.workspace = true

[dependencies]
clap = { workspace = true, features = ["derive", "cargo"] }
env_logger = { workspace = true }
log = { workspace = true }
miette = { workspace = true }
Expand Down Expand Up @@ -50,16 +49,6 @@ workspace = true
bench = false
doctest = false

[[bin]]
name = "qsc"
bench = false
test = false

[[bin]]
name = "qsi"
bench = false
test = false

[[bin]]
name = "memtest"
bench = false
Expand Down
62 changes: 0 additions & 62 deletions compiler/qsc/README.md

This file was deleted.

Loading
Loading