An input to the compiler.
Namespace:
Syntactik.Compiler
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic interface ICompilerInput
The ICompilerInput type exposes the following members.
Properties
| Name | Description |
---|
 | Name |
Logical name of the input. For example, name of the file.
|
Top
Methods
| Name | Description |
---|
 | Open |
Prepare input for reading.
|
Top
See Also