C# Class Pickaxe.Program

Mostra file Open project: bitsummation/pickaxe

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
Border ( List lengths ) : string
Compile ( string source, string args ) : void
Interactive ( ) : void
ListErrors ( string errors ) : void
Measure ( RuntimeTable result ) : List
OnProgress ( ProgressArgs e ) : void
OnSelectResults ( RuntimeTable result ) : void
PrintHeader ( ) : void
PrintRunning ( ) : void
RenderProgress ( ProgressArgs e ) : string
Truncate ( string text ) : string
Values ( List lengths, string values ) : string

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void