Skip to content

Commit

Permalink
Missed pest update for in-line loop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj committed Oct 4, 2024
1 parent d27892f commit 4cadf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/origen_metal/src/stil/stil.pest
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ scan_inversion_val = { ("0" | "1") }
pattern_block = { "Pattern" ~ name ~ "{" ~ (label? ~ time_unit)? ~ pattern_statement* ~ "}" }
label = { (string | name) ~ ":" }
time_unit = { "TimeUnit" ~ time_expr ~ EOS }
pattern_statement = { label | vector_with_comment | vector | waveform_statement | condition | call | macro_statement |loop_statement_with_comment |
pattern_statement = !{ label | vector_with_comment | vector | waveform_statement | condition | call | macro_statement |loop_statement_with_comment |
loop_statement | match_loop | goto | breakpoint | iddq | stop_statement | scan_chain_statement | annotation }

vector = { "V" ~ "ector"? ~ "{" ~ (cyclized_data | non_cyclized_data)* ~ "}" }
Expand Down

0 comments on commit 4cadf35

Please sign in to comment.