| Package | Description |
|---|---|
| org.rigwit |
A Forth Interpreter.
|
| org.rigwit.forth |
Forth Virtual Machine
|
| org.rigwit.forth.words |
Forth Word Sets.
|
| Class and Description |
|---|
| ForthException |
| Class and Description |
|---|
| Dictionary
The dictionary consists of a collection of word lists, each of
which contains a collection of word definitions.
|
| ForthException |
| ForthReader
The super class for input handers.
|
| ForthWriter
A wrapper around a standard output stream that records if there
has been any output on the current line or not.
|
| Kernel
The inner interpreter.
|
| Memory
The memory of the Forth Virtual Machine.
|
| TypedStack
A Typed Stack.
|
| VM
The Forth Virtual Machine.
|
| WordList
A word list is a simple list of XTs in historical order.
|
| XT
eXecution Token.
|
| Class and Description |
|---|
| ForthException |
| Memory
The memory of the Forth Virtual Machine.
|
| TypedStack
A Typed Stack.
|
| VM
The Forth Virtual Machine.
|
| XT
eXecution Token.
|