summaryrefslogtreecommitdiff
path: root/tests/parser/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-05 16:29:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-05 16:29:23 +0200
commit4974b4763bd60eb875f93a71dbe2fe82ecfed9fc (patch)
tree9353fb3fec3fa5f77f1faaf6da8185e3d006e7ba /tests/parser/driver.cxx
parente2299f6d95ba3264072d6ddc49f153ad73fd9d24 (diff)
Add semantic graph and traversal mechanism
The parser now builds the semantic graph.
Diffstat (limited to 'tests/parser/driver.cxx')
-rw-r--r--tests/parser/driver.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx
index 27490b1..ea7b003 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -6,7 +6,9 @@
#include <fstream>
#include <iostream>
-#include <cli/parser.hxx>
+#include <parser.hxx>
+#include <semantics.hxx>
+#include <traversal.hxx>
using namespace std;