struct
#include <slang/parsing/Lexer.h>
LexerOptions Contains various options that can control lexing behavior.
Public variables
-
uint32_
t maxErrors - The maximum number of errors that can occur before the rest of the source buffer is skipped.
- LanguageVersion languageVersion
- The version of the SystemVerilog language to use.
- bool enableLegacyProtect
- If true, the preprocessor will support legacy protected envelope directives, for compatibility with old Verilog tools.
- bool enableTranslateOnOffCompat
- A flag to enable the interpretation of non-standard line comment pragmas disabling parts of the input for synthesis.