feat(frontend): 命令行添加IR和AST选择输出
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
struct CLIOptions {
|
||||
std::string input;
|
||||
std::string ast_dot_output;
|
||||
bool emit_ast = true;
|
||||
bool emit_ir = true;
|
||||
bool show_help = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user