C# Class Driver.Compiler

Show file Open project: phisiart/C-Compiler

Public Properties

Property Type Description
AbstractSyntaxTree ABT.TranslnUnit
Assembly String
Environment ABT.Env
Source String
SyntaxTree AST.TranslnUnit
Tokens ImmutableList

Public Methods

Method Description
FromFile ( String fileName ) : Compiler
FromSource ( String src ) : Compiler

Private Methods

Method Description
Compiler ( String source ) : System

Method Details

FromFile() public static method

public static FromFile ( String fileName ) : Compiler
fileName String
return Compiler

FromSource() public static method

public static FromSource ( String src ) : Compiler
src String
return Compiler

Property Details

AbstractSyntaxTree public property

public ABT.TranslnUnit AbstractSyntaxTree
return ABT.TranslnUnit

Assembly public property

public String Assembly
return String

Environment public property

public ABT.Env Environment
return ABT.Env

Source public property

public String Source
return String

SyntaxTree public property

public AST.TranslnUnit SyntaxTree
return AST.TranslnUnit

Tokens public property

public ImmutableList Tokens
return ImmutableList