ParserOptions struct
#include <slang/parsing/Parser.h>
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.