pub fn parse_selected_waves<P: Parser>(
p: &mut P,
) -> ReportedResult<Vec<SelectWave>>Expand description
Parse a list of selected waveforms. See IEEE 1076-2008 section 10.5.
selected_waves := { wave "when" {expr}"|"+ }","+pub fn parse_selected_waves<P: Parser>(
p: &mut P,
) -> ReportedResult<Vec<SelectWave>>Parse a list of selected waveforms. See IEEE 1076-2008 section 10.5.
selected_waves := { wave "when" {expr}"|"+ }","+