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

pub fn parse_package_inst<P: Parser>(
    p: &mut P,
    with_semicolon: bool
) -> ReportedResult<PkgInst>

Parse a package instantiation declaration. See IEEE 1076-2008 section 4.9.

package_inst := "package" ident "is" "new" name [generic_map] ";"