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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user