Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Toolchain > API/Runtime/VerseCompiler/uLang/Toolchain/SToolchainParams
Syntax
TOptional < TSRef < IParserPass > > Parser
Remarks
Parser ----------------------------- The parser is responsible for ingesting a source file, parsing and tokenizing it, and generating an abstract syntax tree (Vst) for the rest of the compiler to consume. It should not need to worry about semantics, just syntax