[][src]Crate vhdl_parser

Modules

ast

Macros

match_token_kind

Expect any number of token kind patterns, returns Ok variant when match else Err variant

return_if
try_token_kind

Expect any number of token kind patterns, return on no match with error diagnostic based on expected kinds

Structs

Config
Diagnostic
Message
Project
Source
SrcPos

Lexical position in a file.

Utf8ToLatin1Error
VHDLParser

Enums

MessageType
ParserError
Severity

Type Definitions

ParserResult