slang::parsing::ParserOptions struct

Contains various options that can control parsing behavior.

Public variables

uint32_t maxRecursionDepth

Variable documentation

uint32_t slang::parsing::ParserOptions::maxRecursionDepth

The maximum depth of nested language constructs (statements, exceptions) before we give up for fear of stack overflow.