C# Class Microsoft.Fast.Program

Show file Open project: AutomataDotNet/Automata

Public Methods

Method Description
Run ( string source, TextWriter tw = null, string cs_master_file = "", string filename = "pgm.fast" ) : void

Private Methods

Method Description
Main ( string args ) : void
min1 ( int i ) : int

Method Details

Run() public static method

public static Run ( string source, TextWriter tw = null, string cs_master_file = "", string filename = "pgm.fast" ) : void
source string
tw System.IO.TextWriter
cs_master_file string
filename string
return void