C# Class LittleTalk.DriverInterpreter

Inheritance: Interpreter
ファイルを表示 Open project: hugoferreira/LittleTalk

Public Methods

Method Description
DriverInterpreter ( Process p ) : System
Resume ( ) : void

Private Methods

Method Description
Parse ( string code ) : List

Method Details

DriverInterpreter() public method

public DriverInterpreter ( Process p ) : System
p Process
return System

Resume() public method

public Resume ( ) : void
return void