From 1f23362ff5b3d6533366ba35b96988182075ccad Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Jun 2015 22:19:28 +0300 Subject: Add parsing node FLOAT_EXPR. --- src/Makefile.files | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.files') diff --git a/src/Makefile.files b/src/Makefile.files index c0d187c..a36d23e 100644 --- a/src/Makefile.files +++ b/src/Makefile.files @@ -276,4 +276,6 @@ SRC = analysis/analysis.cpp \ nodes/stmt/do_stmt.h \ parsers/stmt/do_stmt.cpp \ nodes/expr/exit_expr.h \ - parsers/expr/exit_expr.cpp \ No newline at end of file + parsers/expr/exit_expr.cpp \ + nodes/expr/float_expr.h \ + parsers/expr/float_expr.cpp \ No newline at end of file -- cgit v1.2.3-60-g2f50