C# Class CShAheui.App.AheuiCompiler

显示文件 Open project: VBChunguk/cshaheui Class Usage Examples

Public Methods

Method Description
AheuiCompiler ( ) : System
Compile ( bool bigint = false, bool binary = false ) : Func
Load ( string aheui ) : void

Private Methods

Method Description
VirtualStep ( ) : bool

Method Details

AheuiCompiler() public method

public AheuiCompiler ( ) : System
return System

Compile() public method

public Compile ( bool bigint = false, bool binary = false ) : Func
bigint bool
binary bool
return Func

Load() public method

public Load ( string aheui ) : void
aheui string
return void