Parser Integration

- New parser integrated and functioning, but only shadows the A3 parser.  In
  debug mode, there is new output, but that's all that happenѕ.
This commit is contained in:
Paul Beckingham
2013-09-01 14:14:15 -04:00
parent 9ee17a5b51
commit 314d0e9d01
4 changed files with 26 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
#include <File.h>
#include <Directory.h>
#include <A3.h>
#include <A3t.h>
#include <Timer.h>
class Context
@@ -83,6 +84,7 @@ private:
public:
std::string program;
A3 a3;
A3t a3t;
std::string home_dir;
File rc_file;
Path data_dir;