Crate vhdl_parser

Source

Modules§

ast

Macros§

match_token_kind
Expect any number of token kind patterns, returns Ok variant when match else Err variant
return_if_finished
return_if_found
try_token_kind
Expect any number of token kind patterns, return on no match with error diagnostic based on expected kinds

Structs§

Config
Diagnostic
Latin1String
Message
MessagePrinter
Position
Project
Range
Source
SrcPos
Lexical position in a file.
VHDLParser

Enums§

MessageType
Severity

Traits§

MessageHandler

Type Aliases§

ParserResult