Skip to content

Commit 0feb61f

Browse files
committed
Split the AST interpreter
1 parent a1a8216 commit 0feb61f

10 files changed

+3786
-3563
lines changed

src/parser/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ file(GLOB CXX_VIEWS_INCLUDE_HEADER_FILES cxx/views/*.h)
2222

2323
add_library(cxx-parser
2424
cxx/ast_cursor.cc
25+
cxx/ast_interpreter_declarations.cc
26+
cxx/ast_interpreter_declarators.cc
27+
cxx/ast_interpreter_expressions.cc
28+
cxx/ast_interpreter_names.cc
29+
cxx/ast_interpreter_specifiers.cc
30+
cxx/ast_interpreter_statements.cc
31+
cxx/ast_interpreter_units.cc
2532
cxx/ast_interpreter.cc
2633
cxx/ast_pretty_printer.cc
2734
cxx/ast_printer.cc

0 commit comments

Comments
 (0)