Property | Type | Description | |
---|---|---|---|
If_stack | Stack |
||
TempList | List |
||
a | char | ||
datcount | int | ||
file | System.IO.StreamWriter | ||
l_count | int | ||
off | int | ||
stack_addr | int | ||
temp_sbuffer | |||
temp_sfunction | |||
temp_sint | |||
temp_sstring | |||
while_stack | Stack |
Method | Description | |
---|---|---|
ExecCode ( string code, string output ) : int | ||
generateTokens ( string code ) : int |
Method | Description | |
---|---|---|
CheckToken ( int cur, int no ) : bool | ||
Compile ( List |
||
GetBufSize ( string name ) : int | ||
GetIntValueByName ( string name ) : int | ||
GetStringValueByName ( string name ) : string | ||
IfBufferExists ( string name ) : bool | ||
IfFunctionExists ( string name ) : bool | ||
IfIntExists ( string name ) : bool | ||
SetStringValue ( string name, string value ) : void |
public static ExecCode ( string code, string output ) : int | ||
code | string | |
output | string | |
return | int |
public static generateTokens ( string code ) : int | ||
code | string | |
return | int |
public static System.IO.StreamWriter file | ||
return | System.IO.StreamWriter |
public static tables.s_buffer,fbuild temp_sbuffer | ||
return |
public static tables.s_function,fbuild temp_sfunction | ||
return |
public static tables.s_int,fbuild temp_sint | ||
return |
public static tables.s_string,fbuild temp_sstring | ||
return |