struct
LexerOptionsContains various options that can control lexing behavior.
Public variables
- CommentHandlerMap commentHandlers
- A map of comment handlers to use when lexing directives inside comments.
-
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.