#include "impulse.h"
#include "protos/array.h"
#include "protos/method.h"
#include "protos/express.h"
#include "protos/nil.h"
#include "protos/string.h"
#include "protos/symbol.h"
#include "protos/object.h"
#include "protos/message.h"
#include "protos/stream.h"
#include "protos/float.h"
#include "protos/lobby.h"
#include "protos/socket.h"
#include "tests/value.h"
#include "tests/frame.h"
#include "tests/method.h"
#include "tests/symbol.h"
#include "tests/express.h"
#include "tests/float.h"
#include "tests/message.h"
#include "tests/garbage.h"
#include "tests/socket.h"
#include "parser/parser.h"
Namespaces | |
namespace | impulse |
Functions | |
void | impulse::runAllTests () |
int | main (int argc, char *argv[]) |
Variables | |
char | impulse::spaces [] = " " |
int | impulse::indent = 0 |
Value | impulse::_nil_ = new Nil() |
Value | impulse::_Float_ = new Float() |
Value | impulse::_LitNum_ = new Float() |
Value | impulse::_Object_ = new Object() |
Value | impulse::_Symbol_ = new Symbol() |
int main | ( | int | argc, | |
char * | argv[] | |||
) |