C# Class CodeGen.ScoreCompiler

Exibir arquivo Open project: YourLocalFax/OLD-Score Class Usage Examples

Public Methods

Method Description
Compile ( string name, Ast ast, SymbolTable symbols ) : LLVMSharp.LLVMModuleRef
ScoreCompiler ( DetailLogger log ) : System

Method Details

Compile() public method

public Compile ( string name, Ast ast, SymbolTable symbols ) : LLVMSharp.LLVMModuleRef
name string
ast SyntaxTree.Ast
symbols Symbols.SymbolTable
return LLVMSharp.LLVMModuleRef

ScoreCompiler() public method

public ScoreCompiler ( DetailLogger log ) : System
log Log.DetailLogger
return System