Module moore_vhdl_syntax::lexer[][src]

Expand description

A VHDL lexer. This module implements lexical analysis of VHDL source files. It converts a stream of input bytes into a stream of language tokens such as identifiers, literals, and symbols.

Modules

Structs

A VHDL lexer. Converts a stream of bytes to VHDL tokens. Emits errors backwards up the pipeline.