Syntactik.Compiler Namespace |
Class | Description | |
---|---|---|
![]() | CompilerContext |
Represent a current state of compilation.
|
![]() | CompilerError |
Represents a compilation error.
|
![]() | CompilerErrorFactory |
This class factory creates instance of class CompilerError.
|
![]() | CompilerParameters |
Compiler parameters.
|
![]() | CompilerPipeline |
An ordered list of ICompilerStep implementations
that should be executed in sequence.
|
![]() | SyntactikCompiler |
The compiler: a facade to the CompilerParameters/CompilerContext/Pipeline subsystem.
|
Interface | Description | |
---|---|---|
![]() | ICompilerComponent |
A component that is invoked during the compilation process.
|
![]() | ICompilerInput |
An input to the compiler.
|
![]() | ICompilerStep |
Represents a compiler step. CompilerPipeline consists of ICompilerStep.
|