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>
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) |
Test code for forth virtual machine.
Definition in file forthtest.cpp.
1.6.1