Click or drag to resize

Syntactik.Compiler Namespace

The Syntactik.Compiler namespace provides classes that are used to implement compilation services.
Classes
  ClassDescription
Public classCompilerContext
Represent a current state of compilation.
Public classCompilerError
Represents a compilation error.
Public classCompilerErrorFactory
This class factory creates instance of class CompilerError.
Public classCompilerParameters
Compiler parameters.
Public classCompilerPipeline
An ordered list of ICompilerStep implementations that should be executed in sequence.
Public classSyntactikCompiler
The compiler: a facade to the CompilerParameters/CompilerContext/Pipeline subsystem.
Interfaces
  InterfaceDescription
Public interfaceICompilerComponent
A component that is invoked during the compilation process.
Public interfaceICompilerInput
An input to the compiler.
Public interfaceICompilerStep
Represents a compiler step. CompilerPipeline consists of ICompilerStep.