Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 526 Bytes

File metadata and controls

6 lines (4 loc) · 526 Bytes

Q# Command Line Compiler

The Q# compiler provides a command line interface with the option to specify any dotnet executable as target. The specified target(s) will be invoked with the path where the compilation output has been generated. The corresponding syntax tree can be reconstructed leveraging the routines provided in the CompilationLoader class available as part of the Microsoft.Quantum.Compiler NuGet package.