refactor(dev): 移动头文件位置
This commit is contained in:
9
include/frontend/SyntaxTreePrinter.h
Normal file
9
include/frontend/SyntaxTreePrinter.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
#include "antlr4-runtime.h"
|
||||
|
||||
// 以树状缩进形式直接打印 ANTLR parse tree。
|
||||
void PrintSyntaxTree(antlr4::tree::ParseTree* tree, antlr4::Parser* parser,
|
||||
std::ostream& os);
|
||||
Reference in New Issue
Block a user