summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-08 14:52:27 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-08 14:52:27 +0300
commita8b04a8d794940be1f5ce58a551f58f46ed818c9 (patch)
tree05e6abf1c48e7a47dab980ddb30801221af4d0c1 /src/Makefile.files
parent68aa5d2a564adc5332533c815cd95b132be8b05a (diff)
downloadparanucker-a8b04a8d794940be1f5ce58a551f58f46ed818c9.tar.gz
paranucker-a8b04a8d794940be1f5ce58a551f58f46ed818c9.tar.bz2
paranucker-a8b04a8d794940be1f5ce58a551f58f46ed818c9.tar.xz
paranucker-a8b04a8d794940be1f5ce58a551f58f46ed818c9.zip
Add parsing node EQ_EXPR.
Diffstat (limited to 'src/Makefile.files')
-rw-r--r--src/Makefile.files4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.files b/src/Makefile.files
index 8587ba4..a3926ba 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -82,4 +82,6 @@ SRC = nodes/base/cst.h \
nodes/expr/call_expr.h \
parsers/expr/call_expr.cpp \
nodes/expr/addr_expr.h \
- parsers/expr/addr_expr.cpp \ No newline at end of file
+ parsers/expr/addr_expr.cpp \
+ nodes/expr/eq_expr.h \
+ parsers/expr/eq_expr.cpp \ No newline at end of file