Classes | |
| class | StdForthIo |
| 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 () |
| CELL | ForthTest::Include (const char *fileName) |
| CELL | ForthTest::IncludeLines (const char *fileName) |
|
|
Path for source code location Definition at line 43 of file forthtest.cpp. |
|
|
Macro to include string constants in source which match the width of the Definition at line 107 of file forthtest.cpp. |
|
|
Macro to include a line of text as an in-source constant . Definition at line 109 of file forthtest.cpp. |
|
|
Construct counted string arguments in the form
Definition at line 204 of file forthtest.cpp. |
|
||||||||||||||||
|
Read a files contents into memory. The file is assumed to contain characters of 8 bit size but they are stored in memory as characters the same size as the Forth VM's
Definition at line 77 of file forthtest.cpp. |
|
|
Top level test function. Call this to perform all tests. Definition at line 210 of file forthtest.cpp. |
|
|
Load the contents of a file and
Definition at line 135 of file forthtest.cpp. |
|
|
Load the contents of a file and
Definition at line 150 of file forthtest.cpp. |
1.4.4