| Package | Description |
|---|---|
| org.rigwit.forth |
Forth Virtual Machine
|
| org.rigwit.forth.words |
Forth Word Sets.
|
| Modifier and Type | Field and Description |
|---|---|
TypedStack |
VM.data
The Forth Data (Parameter) Stack.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypedStack |
WordSet.data
The data stack for the current virtual machine.
|