From 4974b4763bd60eb875f93a71dbe2fe82ecfed9fc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Sep 2009 16:29:23 +0200 Subject: Add semantic graph and traversal mechanism The parser now builds the semantic graph. --- cli/traversal.hxx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cli/traversal.hxx (limited to 'cli/traversal.hxx') diff --git a/cli/traversal.hxx b/cli/traversal.hxx new file mode 100644 index 0000000..5aae8d4 --- /dev/null +++ b/cli/traversal.hxx @@ -0,0 +1,16 @@ +// file : cli/traversal.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef CLI_TRAVERSAL_HXX +#define CLI_TRAVERSAL_HXX + +#include +#include +#include +#include +#include +#include + +#endif // CLI_TRAVERSAL_HXX -- cgit v1.1