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

pub fn parse_block_comp_config<P: Parser>(
    p: &mut P
) -> ReportedResult<BlockCompCfg>

Parse a block or component configuration. See IEEE 1076-2008 sections 3.4.2 and 3.4.3.

block_comp_config := "for" block_comp_spec [binding_ind] {block_config_item} "end" "for" ";"
block_comp_spec := name | {ident}","+ ":" name | "others" ":" name | "all" ":" name