Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CToolchain
Description
Accessors for the various stages of the compiler. Most users will never actually need to grab these stages individual, but in the cases where you need to do partial compilation, they can be useful to manually run
| Name | GetParser |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/Toolchain.h |
| Include Path | #include "uLang/Toolchain/Toolchain.h" |
const TOptional < TSRef< IParserPass > > & GetParser() const