slang::parsing::ParserOptions struct

Contains various options that can control parsing behavior.

Public variables

uint32_t maxRecursionDepth
The maximum depth of nested language constructs (statements, exceptions) before we give up for fear of stack overflow.
LanguageVersion languageVersion
The version of the SystemVerilog language to use.