Skip to content

Commit

Permalink
Run JuliaFormatter.format()
Browse files Browse the repository at this point in the history
Using JuliaFormatter v1.0.50
  • Loading branch information
LilithHafner committed Feb 24, 2024
1 parent 31c0786 commit 4ca08f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ base_Modelica_machine = let
opt(opt(' ') * opt(description)) * endexpr
variable = type * ' ' * name * ' ' * description * endexpr
#parameter Real '[A-Za-z0-9._]+' ?(=? ?[\d]+\.?[\d]*)? ?("([A-Za-z0-9._ ]|\n)*")?;
equation_expr = re"[^Ripem;(\n|\r|\r\n)\t ][^!=;\"\t]+ ?= ?[^!=;\"\t]+" * opt(' ' * description) *
equation_expr = re"[^Ripem;(\n|\r|\r\n)\t ][^!=;\"\t]+ ?= ?[^!=;\"\t]+" *
opt(' ' * description) *
endexpr
equation_header = re"equation"
initial_header = re"initial equation"
Expand Down

0 comments on commit 4ca08f5

Please sign in to comment.