Bugfix
This commit is contained in:
parent
293c5f13a4
commit
bc49b33149
|
@ -192,7 +192,7 @@ function parse_factor!(p::Parser)
|
||||||
end
|
end
|
||||||
|
|
||||||
if sign == -1
|
if sign == -1
|
||||||
neg_simpl(factor)
|
:(-$factor)
|
||||||
else
|
else
|
||||||
factor
|
factor
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user