FreeTensor
Loading...
Searching...
No Matches
load_ast.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_LOAD_AST_H
2#define FREE_TENSOR_LOAD_AST_H
3
4#include <ast.h>
5
6namespace freetensor {
7
8AST loadAST(const std::string &txt);
9
10}
11
12#endif // FREE_TENSOR_LOAD_AST_H
Definition: allocator.h:9
AST loadAST(const std::string &txt)
Definition: load_ast.cc:9
Ref< ASTNode > AST
Definition: ast.h:149