[][src]Module moore_svlog::lexer

A lexical analyzer for SystemVerilog files, based on IEEE 1800-2009, section 5.

Structs

Lexer

A lexical analyzer for SystemVerilog files.

Enums

DelimToken

A delimiter token such as parentheses or brackets.

Kw
Lit

Abstract literals such as strings.

Op

Operator symbols.

Precedence

Expression precedence. Note that a few kinds of expression are right-associative rather than the default left-associative.

TimeUnit

The unit of a time literal.

Token

A primary token emitted by the lexer.

Functions

find_keyword

Type Definitions

TokenAndSpan