Skip to content

Commit 14fa949

Browse files
split up astgen to make it more manageable
1 parent b130361 commit 14fa949

File tree

7 files changed

+1117
-983
lines changed

7 files changed

+1117
-983
lines changed

astgen/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
add_executable(astgen
22
src/astgen.cpp
3+
src/ast.cpp
4+
src/ast_utils.cpp
35
src/pystring.cpp
46
src/process_binding.cpp
57
src/resources.cpp

0 commit comments

Comments
 (0)