/* * ast.h --- Seq AST infrastructure. * * (c) Seq project. All rights reserved. * This file is subject to the terms and conditions defined in * file 'LICENSE', which is part of this source code package. */ #pragma once #include "parser/ast/expr.h" #include "parser/ast/stmt.h" #include "parser/ast/types.h"