[][src]Module moore_svlog_syntax::lexer

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

Re-exports

pub use crate::token::*;

Structs

Lexer

A lexical analyzer for SystemVerilog files.

Type Definitions

TokenAndSpan