C# Class _04_GuessTheNumberTurnTheTables.MainClass

Mostra file Open project: mbrezu/Shovel

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CompileProgram ( HttpListenerContext ctx, FileSystemDatabase fsd ) : void
FreshSession ( FileSystemDatabase fsd, Shovel bytecode, string program ) : Session
ParsePostData ( string postData ) : string>.Dictionary
ProgramBytecode ( string sources ) : Shovel.Instruction[]
ProgramSources ( string program ) : List
ServeError ( HttpListenerContext ctx, Session session, string error ) : void
ServeRequest ( HttpListenerContext ctx, FileSystemDatabase fsd ) : void
ServeSession ( HttpListenerContext ctx, FileSystemDatabase fsd, Session session, string userInput ) : void
ServeTheTextArea ( HttpListenerContext ctx, string programSource = null, string error = null ) : void
Udps ( Session session, string userInput ) : IEnumerable

Method Details

Main() public static method

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