C# Class While.AST.WhileProgram

Root node in the abstract syntax tree. Has a static property, .Instance; that always contains the last parsed tree.
Inheritance: Node
Mostra file Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
Compile ( ILGenerator il ) : void
Compile ( string filename ) : void
ToString ( ) : string
WhileProgram ( ProcedureSequence procs, StatementSequence stmts ) : System

Method Details

Compile() public method

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void

Compile() public method

public Compile ( string filename ) : void
filename string
return void

ToString() public method

public ToString ( ) : string
return string

WhileProgram() public method

public WhileProgram ( ProcedureSequence procs, StatementSequence stmts ) : System
procs While.AST.Sequences.ProcedureSequence
stmts While.AST.Sequences.StatementSequence
return System