Forth virtual machine. More...

Go to the source code of this file.
Classes | |
| class | ForthIo |
| Abstract interfrace class for forth character i/o. More... | |
| class | Forth |
| Public interface to the forth virtual machine. More... | |
Defines | |
| #define | BITS_PER_CHAR 8 |
| #define | CHARS_PER_CELL 4 |
Typedefs | |
| typedef int32_t | CELL |
| typedef uint32_t | UCELL |
| typedef uint8_t | CHAR |
Forth virtual machine.
Definition in file forth.h.
1.6.1