[][src]Function moore_vhdl_syntax::parser::rules::parse_discon_spec

pub fn parse_discon_spec<P: Parser>(p: &mut P) -> ReportedResult<DisconSpec>

Parse a disconnection specification. See IEEE 1076-2008 section 7.4.

discon_spec := "disconnect" signal_list ":" name "after" expr ";"
signal_list := {name}","+ | "others" | "all"