codon/compiler/parser/ast.h

14 lines
316 B
C
Raw Normal View History

2021-09-28 02:02:44 +08:00
/*
* 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"