// Copyright 2018 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_TORQUE_AST_H_ #define V8_TORQUE_AST_H_ #include <algorithm> #include <iostream> #include <map> #include <memory> #include <optional> #include <set> #include <string> #include <vector> #include "src/numbers/integer-literal.h" #include "src/torque/constants.h" #include "src/torque/source-positions.h" #include "src/torque/utils.h" namespace v8::internaltorque // namespace v8::internal::torque #endif // V8_TORQUE_AST_H_