C# Class Sedna.Core.Compiler

Mostrar archivo Open project: Myvar/MyvarOS Class Usage Examples

Public Methods

Method Description
CheckErrors ( ) : bool
Compile ( List src, string Output, string target ) : void
Compiler ( ) : System

Method Details

CheckErrors() public static method

public static CheckErrors ( ) : bool
return bool

Compile() public method

public Compile ( List src, string Output, string target ) : void
src List
Output string
target string
return void

Compiler() public method

public Compiler ( ) : System
return System