bedrock.lang.cpp.semantics
(*
* Copyright (c) 2020 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 Export bedrock.lang.cpp.semantics.sub_module.
Require Export bedrock.lang.cpp.semantics.values.
Require Export bedrock.lang.cpp.semantics.cast.
Require Export bedrock.lang.cpp.semantics.operator.
Require Export bedrock.lang.cpp.semantics.intensional.
Require Export bedrock.lang.cpp.semantics.promotion.
Require Export bedrock.lang.cpp.semantics.cast_operator.
Require Export bedrock.lang.cpp.semantics.subtyping.
Require Export bedrock.lang.cpp.semantics.dispatch.
* Copyright (c) 2020 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 Export bedrock.lang.cpp.semantics.sub_module.
Require Export bedrock.lang.cpp.semantics.values.
Require Export bedrock.lang.cpp.semantics.cast.
Require Export bedrock.lang.cpp.semantics.operator.
Require Export bedrock.lang.cpp.semantics.intensional.
Require Export bedrock.lang.cpp.semantics.promotion.
Require Export bedrock.lang.cpp.semantics.cast_operator.
Require Export bedrock.lang.cpp.semantics.subtyping.
Require Export bedrock.lang.cpp.semantics.dispatch.