bedrock.lang.cpp.syntax

(*
 * Copyright (c) 2024 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.prelude.bytestring.

Require Export bedrock.lang.cpp.syntax.preliminary. (* syntax/preliminary.v *)
Require Export bedrock.lang.cpp.syntax.overloadable. (* syntax/overloadable.v *)
Require Export bedrock.lang.cpp.syntax.core. (* syntax/core.v *)
Require Export bedrock.lang.cpp.syntax.types. (* syntax/types.v *)
Require Export bedrock.lang.cpp.syntax.typing. (* syntax/typing.v *)
Require Export bedrock.lang.cpp.syntax.stmt. (* syntax/stmt.v *)
Require Export bedrock.lang.cpp.syntax.decl. (* syntax/decl.v *)
Require Export bedrock.lang.cpp.syntax.namemap. (* syntax/namemap.v *)
Require Export bedrock.lang.cpp.syntax.notations. (* syntax/notations.v *)
Require Export bedrock.lang.cpp.syntax.name_notation.
Require Export bedrock.lang.cpp.syntax.translation_unit. (* syntax/translation_unit.v *)