Skip to content

Commit

Permalink
merged define rule correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketa Opichalova committed Mar 12, 2024
1 parent 128b096 commit 152831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eBCSgen/Parsing/ParseBCSL.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def to_side(self):
init: const? rate_complex
definition: def_param "=" number
rule: ((label)? side ARROW side ("@" rate)? (";" variable)? | ((label)? side BI_ARROW side ("@" rate "|" rate)? (";" variable)?
rule: ((label)? side ARROW side ("@" rate)? (";" variable)?) | ((label)? side BI_ARROW side ("@" rate "|" rate )? (";" variable)?)
cmplx_dfn: cmplx_name "=" value
side: (const? complex "+")* (const? complex)?
Expand Down

0 comments on commit 152831a

Please sign in to comment.