|
Function Summary |
void |
ExecuteWord()
//-----------------------------------------------------------------------------
// ExecuteWord.
//-----------------------------------------------------------------------------
|
void |
InitCodeString(string cStr)
//-----------------------------------------------------------------------------
// InitCodeString.
//-----------------------------------------------------------------------------
|
void |
JumpAhead(int cSearch, int cMatch)
//-----------------------------------------------------------------------------
// JumpAhead.
//-----------------------------------------------------------------------------
|
void |
JumpBack(int cSearch, int cMatch)
//-----------------------------------------------------------------------------
// JumpBack.
//-----------------------------------------------------------------------------
|
void |
MainParse()
//-----------------------------------------------------------------------------
// MainParse.
//-----------------------------------------------------------------------------
|
ESeqToken |
NextToken()
//-----------------------------------------------------------------------------
// NextToken.
//-----------------------------------------------------------------------------
|
void |
ParseError()
//-----------------------------------------------------------------------------
// ParseError.
//-----------------------------------------------------------------------------
|
float |
ParseNumber(int c)
//-----------------------------------------------------------------------------
// ParseNumber.
//-----------------------------------------------------------------------------
|
string |
ParseString(int sPtr)
//-----------------------------------------------------------------------------
// ParseString.
//-----------------------------------------------------------------------------
|
int |
PopAddr() |
float |
PopNum() |
int |
PopVar() |
void |
PrepBOperator() |
void |
PrepSingleDS() |
int |
PrepSpecStore() |
void |
PushAddr(int a) |
void |
PushGlobalVar(int v) |
void |
PushNum(float n)
//-----------------------------------------------------------------------------
// Stack Functions.
//-----------------------------------------------------------------------------
|
void |
PushVar(int v) |
void |
WordEvent() |