summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-16 23:02:27 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-16 23:02:27 +0300
commitde3648d6c7d6efa296b282f12174f9bef12e40ac (patch)
treea4c4ecd1d29a87adaf9d902fb57514d58792bf53 /src/Makefile.files
parentab0607726cb2bd7b93be5a9ff02661221fd86f65 (diff)
downloadparanucker-de3648d6c7d6efa296b282f12174f9bef12e40ac.tar.gz
paranucker-de3648d6c7d6efa296b282f12174f9bef12e40ac.tar.bz2
paranucker-de3648d6c7d6efa296b282f12174f9bef12e40ac.tar.xz
paranucker-de3648d6c7d6efa296b282f12174f9bef12e40ac.zip
Add parsing node RANGE_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 806f6bc..e63402b 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -286,4 +286,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/max_expr.h \
parsers/expr/max_expr.cpp \
nodes/cst/ptrmem_cst.h \
- parsers/cst/ptrmem_cst.cpp \ No newline at end of file
+ parsers/cst/ptrmem_cst.cpp \
+ nodes/expr/range_expr.h \
+ parsers/expr/range_expr.cpp \ No newline at end of file