Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexing a source file into semantic tokens

Enums§

StandardVersion
A specific SystemVerilog standard to operate under
Token
A single syntactic token for a SystemVerilog source file

Traits§

LexedSource
An iterator over syntactical tokens for a SystemVerilog source

Functions§

lex
Separate a source file into syntactic tokens

Type Aliases§

LexerResult
A single result from the lexer