Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
ExecCode ( string code, string output ) : int | ||
generateTokens ( string code ) : int |
Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public static generateTokens ( string code ) : int | ||
code | string | |
Результат | int |
public static System.IO.StreamWriter file | ||
Результат | System.IO.StreamWriter |
public static tables.s_buffer,fbuild temp_sbuffer | ||
Результат |
public static tables.s_function,fbuild temp_sfunction | ||
Результат |
public static tables.s_int,fbuild temp_sint | ||
Результат |
public static tables.s_string,fbuild temp_sstring | ||
Результат |