|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include "../base/Evaluator.h"#include "../base/grammar.tab.hpp"#include "../base/PNode.h"#include "../base/Loader.h"#include "../base/PComplexData.h"#include "../base/PList.h"#include "../libs/PEBLObjects.h"#include <iostream>Go to the source code of this file.
Functions | |
| PNode * | parse () |
| int | PEBLInterpret (int argc, char **argv) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 116 of file ParserTest.cpp.
| PNode * parse | ( | ) |
Referenced by main(), PEBLInterpret(), and PEBLInterpret().
| int PEBLInterpret | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 42 of file ParserTest.cpp.
References Loader::DumpFunctionSet(), Evaluator::Evaluate(), Loader::FindFunctions(), Loader::GetMainPEBLFunction(), Loader::LoadLibraryFunctions(), Loader::LoadUserFunctions(), PEBLObjects::MakeEnvironment(), myEval, myLoader, NULL, and parse().