From 4887f62bea708f24e03b3f926f2698c60a94c807 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Aug 2006 05:54:52 +0000 Subject: Getting there, it compiles, now for the fun sophisticated pieces where the builder itself tells the lexer which tokens are functions, and which are target types. --- src/viewer.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/viewer.cpp (limited to 'src/viewer.cpp') diff --git a/src/viewer.cpp b/src/viewer.cpp new file mode 100644 index 0000000..93b2ac1 --- /dev/null +++ b/src/viewer.cpp @@ -0,0 +1,9 @@ +#include "viewer.h" + +Viewer::Viewer() +{ +} + +Viewer::~Viewer() +{ +} -- cgit v1.2.3