bedrock.lang.cpp.notations
(*
* Copyright (c) 2022 BedRock Systems, Inc.
* This software is distributed under the terms of the BedRock Open-Source License.
* See the LICENSE-BedRock file in the repository root for details.
*)
Require bedrock.lang.cpp.code_notations.
Require bedrock.lang.cpp.logic.wp_notations.
Require Export bedrock.lang.cpp.syntax.notations.
(* NOTE: we intentionally avoid Exporting code_notations since the printing-only
notations might break existing clients. Clients can use Import code_notations to
opt-in to the new Expr/Stmt notations.
*)
Export type_notations.TypeNotationsInterface.
Export expr_notations.ExprNotationsInterface.
Export stmt_notations.StmtNotationsInterface.
Export wp_notations.
* Copyright (c) 2022 BedRock Systems, Inc.
* This software is distributed under the terms of the BedRock Open-Source License.
* See the LICENSE-BedRock file in the repository root for details.
*)
Require bedrock.lang.cpp.code_notations.
Require bedrock.lang.cpp.logic.wp_notations.
Require Export bedrock.lang.cpp.syntax.notations.
(* NOTE: we intentionally avoid Exporting code_notations since the printing-only
notations might break existing clients. Clients can use Import code_notations to
opt-in to the new Expr/Stmt notations.
*)
Export type_notations.TypeNotationsInterface.
Export expr_notations.ExprNotationsInterface.
Export stmt_notations.StmtNotationsInterface.
Export wp_notations.