Bugfix
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user