forthtest.cpp File Reference

Test code for forth virtual machine. More...

#include "common.h"
#include "test/test.h"
#include "../forth.h"
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <termios.h>
Include dependency graph for forthtest.cpp:

Go to the source code of this file.

Classes

class  StdForthIo
class  TestForthIo
class  ForthTest

Defines

#define SOURCE_ROOT_PATH   "forth/"
#define STRING(string)   string
#define LINE(string)   string "\n"
#define COUNTED_STRING(string)   (CHAR*)STRING(string),(sizeof(string)-1)

Functions

bool ReadFile (const char *name, void *&address, unsigned &size)
void TestForth (bool interactive)

Detailed Description

Test code for forth virtual machine.

Test:

Definition in file forthtest.cpp.


Generated by  doxygen 1.6.1