Expand description

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

Re-exports

pub use crate::token::*;

Structs

A lexical analyzer for SystemVerilog files.

Type Definitions