This commit is contained in:
Gabriel Kronberger 2025-04-18 11:41:11 +02:00
parent 293c5f13a4
commit bc49b33149

View File

@ -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