Skip to content

Commit bfece18

Browse files
committed
Move AST selectors into own compile units
Split compare and unify also into own units.
1 parent 7634b1c commit bfece18

File tree

9 files changed

+2599
-2450
lines changed

9 files changed

+2599
-2450
lines changed

Makefile.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
SOURCES = \
99
ast.cpp \
10+
ast_sel_cmp.cpp \
11+
ast_sel_unify.cpp \
12+
ast_selectors.cpp \
1013
node.cpp \
1114
context.cpp \
1215
constants.cpp \

0 commit comments

Comments
 (0)