From 0804aa8543136f3e1585e0e59a14f9c331c0c448 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Sep 2009 18:47:48 +0200 Subject: Add name processor Name processor is a separate pass over the semantics graph that assigns names to various constructs while making sure there are no name clashes. --- cli/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli/makefile') diff --git a/cli/makefile b/cli/makefile index a6026a6..488d758 100644 --- a/cli/makefile +++ b/cli/makefile @@ -9,10 +9,11 @@ cxx_tun := cli.cxx lexer.cxx parser.cxx cxx_tun += \ context.cxx \ -generator.cxx \ header.cxx \ inline.cxx \ -source.cxx +source.cxx \ +generator.cxx \ +name-processor.cxx cxx_tun += \ semantics/class.cxx \ -- cgit v1.1