Property | Type | Description | |
---|---|---|---|
GlobalEnv | |||
evaluator | |||
macroEvaluator | |||
macroExpander | |||
parser | |||
tokenizer |
Method | Description | |
---|---|---|
Interpret ( List |
||
Interpret ( string scheminCode ) : IScheminType | ||
Interpreter ( ) : System |
Method | Description | |
---|---|---|
DefinePrimitives ( ) : void |
public Interpret ( List |
||
tokens | List |
|
return | IScheminType |
public Interpret ( string scheminCode ) : IScheminType | ||
scheminCode | string | |
return | IScheminType |
public Environment,Schemin.Evaluate GlobalEnv | ||
return |
public Evaluator,Schemin.Evaluate evaluator | ||
return |
public Evaluator,Schemin.Evaluate macroEvaluator | ||
return |
public MacroExpander,Schemin.Evaluate macroExpander | ||
return |