pub fn parse_block_comp_spec<P: Parser>(
p: &mut P,
) -> ReportedResult<Spanned<BlockCompSpec>>
Expand description
Parse a block or component specification. See IEEE 1067-2008 section 7.3.1.
block_comp_spec
:= name
:= {ident}","+ ":" name
:= "others" ":" name
:= "all" ":" name