fix(ast): 删掉ast结构

This commit is contained in:
jing
2026-03-09 12:42:12 +08:00
parent d4f4b77b1e
commit 03bd6d88e3
20 changed files with 147 additions and 594 deletions

View File

@@ -1,11 +1,9 @@
add_library(frontend STATIC
AntlrDriver.cpp
AstBuilder.cpp
)
target_link_libraries(frontend PUBLIC
build_options
ast
"${ANTLR4_RUNTIME_TARGET}"
)