Click or drag to resize

CompilerContextCompileUnit Property

Root DOM object of the compilation session. Stores list of all compiled modules.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompileUnit CompileUnit { get; }

Property Value

Type: CompileUnit
See Also