From a0f0c005a39ddaf693c7de84d6ab1c380a93dca2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Thu, 26 Sep 2013 20:41:37 +0200 Subject: Code restructuring of tree and parsing logic * Enabled tree to generate itself ** Main work is now done during tree construction * Moved lexer and getPriority utility functions into separate compilation unit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4fd4faf..09fdd49 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LIB_FILES = src/nodes.cc src/tree.cc src/parser.cc +LIB_FILES = src/nodes.cc src/tree.cc src/utils.cc PROG_FILES = main.cc TEST_FILES = test.cc -- cgit v1.2.3