pigmeo-compiler : Pigmeo.Compiler Namespace

Backend Class

Everything needed to parse a bundled assembly and compile it to assembly language

public static class Backend


Remarks

To be added.

Members

See Also: Inherited members from object.

Methods

static RunBackend (Mono.Cecil.AssemblyDefinition) : System.Collections.Generic.List<System.String>
Parses a bundled assembly generated from Frontend() and converts it to assembly code

Member Details

RunBackend Method

Parses a bundled assembly generated from Frontend() and converts it to assembly code

Parameters

AssemblyToCompile
To be added.

Returns

To be added.

Remarks

Before calling this method take care of the required variables placed in the config class (AssemblyToCompile...)

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0