Skip to content

Commit

Permalink
Move AST selectors into own compile units
Browse files Browse the repository at this point in the history
Split compare and unify also into own units.
  • Loading branch information
mgreter committed Nov 29, 2018
1 parent 7634b1c commit bfece18
Show file tree
Hide file tree
Showing 9 changed files with 2,599 additions and 2,450 deletions.
3 changes: 3 additions & 0 deletions Makefile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

SOURCES = \
ast.cpp \
ast_sel_cmp.cpp \
ast_sel_unify.cpp \
ast_selectors.cpp \
node.cpp \
context.cpp \
constants.cpp \
Expand Down
Loading

0 comments on commit bfece18

Please sign in to comment.