Skip to content

Commit 066b688

Browse files
committed
Add initial AST and parser infrastructure (#2148)
1 parent 3ff700e commit 066b688

21 files changed

+4477
-19
lines changed

Diff for: Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: compiler/qsc_qasm3/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ version.workspace = true
1010
[dependencies]
1111
bitflags = { workspace = true }
1212
enum-iterator = { workspace = true }
13+
indenter = { workspace = true }
1314
num-bigint = { workspace = true }
15+
num-traits = { workspace = true }
1416
miette = { workspace = true }
1517
qsc_ast = { path = "../qsc_ast" }
1618
qsc_data_structures = { path = "../qsc_data_structures" }

0 commit comments

Comments
 (0)