From cb65012eb524eb57b00249f1dee0f245e947cda4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Sep 2009 18:46:11 +0200 Subject: Use new path class, add context and generator classes Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver. --- cli/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/makefile') diff --git a/cli/makefile b/cli/makefile index 76d23d8..10899be 100644 --- a/cli/makefile +++ b/cli/makefile @@ -8,6 +8,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make cxx_tun := cli.cxx lexer.cxx parser.cxx cxx_tun += \ +context.cxx \ +generator.cxx + +cxx_tun += \ semantics/class.cxx \ semantics/elements.cxx \ semantics/expression.cxx \ -- cgit v1.1