C# Class GPL.Interpreter

Show file Open project: haasn/-g-pl

Public Methods

Method Description
Run ( Stream s ) : Value
Run ( string s ) : Value
RunFile ( string path ) : Value

Method Details

Run() public static method

public static Run ( Stream s ) : Value
s Stream
return Value

Run() public static method

public static Run ( string s ) : Value
s string
return Value

RunFile() public static method

public static RunFile ( string path ) : Value
path string
return Value