27#include "../base/PNode.h"
28#include "../base/grammar.tab.hpp"
29#include "../base/VCG.h"
31#include "../base/Evaluator.h"
32#include "../devices/PEventLoop.h"
56 cerr <<
"Processing PEBL Source File: " << argv[1] << endl;
61 for(
int i = 2; i<argc; i++)
63 cerr <<
"Processing PEBL Source File: " << argv[i] << endl;
76 cerr <<
"---------Encoding VCG GRAPH---------" << endl;
80 cerr <<
"---------Printing VCG GRAPH---------" << endl;
83 cerr <<
"---------FINISHED VCG GRAPH---------" << endl;
88 cerr <<
"Error: parsed node was empty" << endl;
95int main(
int argc,
char **argv)
int main(int argc, char **argv)
int PEBLInterpret(int argc, char **argv)
static const PNode * gEvalNode
static PEventLoop * mEventLoop
static VariableMap gGlobalVariableMap
static FunctionMap mFunctionMap
Initiate some static member data.
void MakeGraph(const PNode *node)