1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00
2021-09-27 14:02:44 -04:00

14 lines
316 B
C

/*
* 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"